public abstract class BLCall extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken()
Property that defines the twilio access token.
|
int |
getCallId()
Gets a server assigned identifier for the Call.
|
String |
getIdentity()
Property that defines the twilio identity.
|
InterpreterInfo |
getInterlocutorInfo()
Gets interpreter information for the Call.
|
abstract boolean |
isInProgress()
Property that defines if the Call is in progress.
|
abstract boolean |
isMuted()
Property that defines if the Call is muted.
|
abstract boolean |
isVideo()
Returns true if this is a video call, false otherwise.
|
abstract void |
setMuted(boolean mute)
Mutes the Call.
|
public int getCallId()
public InterpreterInfo getInterlocutorInfo()
public abstract boolean isMuted()
public abstract void setMuted(boolean mute)
public abstract boolean isVideo()
public abstract boolean isInProgress()
public String getAccessToken()
public String getIdentity()