public final class BLVideoCall extends BLCall
| Modifier and Type | Method and Description |
|---|---|
BLCameraSource |
getCameraSource()
Gets current call camera source.
|
String |
getRoomId()
Property that defines the twilio room id.
|
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.
|
boolean |
isVideoEnabled()
Returns true if video is enabled for the call.
|
void |
setMuted(boolean mute)
Mutes the Call.
|
void |
setVideoEnabled(boolean enabled)
Enables/disables video.
|
void |
switchCameraSource()
Switches camera source for the call if available.
|
getAccessToken, getCallId, getIdentity, getInterlocutorInfopublic boolean isMuted()
BLCallpublic void setMuted(boolean mute)
BLCallpublic boolean isVideo()
BLCallpublic boolean isInProgress()
BLCallisInProgress in class BLCallpublic String getRoomId()
public BLCameraSource getCameraSource()
public void switchCameraSource()
public boolean isVideoEnabled()
public void setVideoEnabled(boolean enabled)