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, getInterlocutorInfo
public boolean isMuted()
BLCall
public void setMuted(boolean mute)
BLCall
public boolean isVideo()
BLCall
public boolean isInProgress()
BLCall
isInProgress
in class BLCall