All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
OutgoingCall |
call(CallRequest callRequest,
CallOptions callOptions) |
OutgoingCall |
callConversations(CallConversationsRequest callConversationsRequest,
CallOptions callOptions) |
OutgoingCall |
callDynamicDestination(CallDynamicDestinationRequest callDynamicDestinationRequest,
CallOptions callOptions) |
OutgoingCall |
callPhoneNumber(CallRequest callRequest,
CallPhoneNumberOptions callPhoneNumberOptions) |
OutgoingCall |
callSIP(CallRequest callRequest,
CallOptions callOptions) |
protected void |
connect(AccessToken token) |
void |
disconnect() |
Call |
getActiveCall() |
Conference |
getActiveConference() |
ConferenceInvite |
getActiveConferenceInvite() |
ConferenceInvite |
handleConferenceInvite(java.util.Map<java.lang.String,java.lang.String> pushPayload,
android.content.Context context,
ConferenceInviteEventListener conferenceInviteEventListener) |
void |
handleIncomingCall(java.util.Map<java.lang.String,java.lang.String> pushPayload,
IncomingCallEventListener incomingCallEventListener,
android.content.Context context) |
boolean |
isConnected() |
Conference |
joinConference(ConferenceRequest conferenceRequest,
ConferenceOptions conferenceOptions) |
void |
onRTCConferenceInviteAcceptedEvent(RTCConferenceInviteAcceptedEvent rtcConferenceInviteAcceptedEvent) |
void |
onRTCConferenceInviteDeclinedEvent(RTCConferenceInviteDeclinedEvent rtcConferenceInviteDeclinedEvent) |
void |
onRTCConferenceInviteExpiredEvent(RTCConferenceInviteExpiredEvent rtcConferenceInviteExpiredEvent) |
void |
onRTCConnectedEvent(RTCConnectedEvent event) |
void |
onRTCErrorEvent(RTCErrorEvent event) |
void |
onRTCHangupEvent(RTCHangupEvent event) |
void |
onRTCIncomingCallEvent(RTCIncomingCallEvent event) |
void |
onRTCLeftConferenceEvent(RTCLeftConferenceEvent event) |
void |
onRTCReconnectingEvent(RTCReconnectingEvent event) |
void |
setContext(android.content.Context context) |