public interface CallMembership
Modifier and Type | Interface and Description |
---|---|
static class |
CallMembership.State
The enumeration of the status of the person in the membership.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
audioModifiedBy() |
java.lang.String |
getDisplayName()
Notice, removed the getEmail() function, due to the email address can no longer get, since privacy protection reason.
|
java.lang.String |
getPersonId() |
java.lang.String |
getPhoneNumber() |
java.lang.String |
getSipUrl() |
CallMembership.State |
getState() |
boolean |
isActiveSpeaker() |
boolean |
isAudioMutedControlled() |
boolean |
isInitiator() |
boolean |
isSendingAudio() |
boolean |
isSendingSharing() |
boolean |
isSendingVideo() |
boolean isInitiator()
java.lang.String getPersonId()
CallMembership.State getState()
java.lang.String getDisplayName()
java.lang.String getSipUrl()
java.lang.String getPhoneNumber()
boolean isSendingVideo()
boolean isSendingAudio()
boolean isSendingSharing()
boolean isActiveSpeaker()
boolean isAudioMutedControlled()
@Nullable java.lang.String audioModifiedBy()