-
public final class ParticipantPreviousRoleChangeUseCase
-
-
Constructor Summary
Constructors Constructor Description ParticipantPreviousRoleChangeUseCase(Function2<String, HMSActionResultListener, Unit> changeMetadata)
-
Method Summary
Modifier and Type Method Description final StringgetPreviousRole(HMSPeer peer)final UnitsetPreviousRole(HMSPeer peer, String roleName, HMSActionResultListener hmsActionResultListener)-
-
Method Detail
-
getPreviousRole
final String getPreviousRole(HMSPeer peer)
-
setPreviousRole
final Unit setPreviousRole(HMSPeer peer, String roleName, HMSActionResultListener hmsActionResultListener)
-
-
-
-