public final class BLVoiceCall extends BLCall
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInProgress()
Property that defines if the Call is in progress.
|
boolean |
isMuted()
Property that defines if the Call is muted.
|
boolean |
isVideo()
Returns true if this is a video call, false otherwise.
|
void |
setMuted(boolean mute)
Mutes the Call.
|
getAccessToken, getCallId, getIdentity, getInterlocutorInfopublic boolean isMuted()
BLCallpublic void setMuted(boolean mute)
BLCallpublic boolean isVideo()
BLCallpublic boolean isInProgress()
BLCallisInProgress in class BLCall