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, getInterlocutorInfo
public boolean isMuted()
BLCall
public void setMuted(boolean mute)
BLCall
public boolean isVideo()
BLCall
public boolean isInProgress()
BLCall
isInProgress
in class BLCall
public String getRoomId()
public BLCameraSource getCameraSource()
public void switchCameraSource()
public boolean isVideoEnabled()
public void setVideoEnabled(boolean enabled)