public class PushInfobipRTC extends DefaultInfobipRTC
activeCall, activeConference, activeConferenceInvite, eventBus, incomingCallEventListener, infobipGateway| Constructor and Description |
|---|
PushInfobipRTC() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
onRTCErrorEvent(RTCErrorEvent event) |
void |
onRTCHangupEvent(RTCHangupEvent event) |
void |
onRTCLeftConferenceEvent(RTCLeftConferenceEvent event) |
call, callConversations, callDynamicDestination, callPhoneNumber, callSIP, connect, disconnect, getActiveCall, getActiveConference, getActiveConferenceInvite, isConnected, joinConference, onRTCConferenceInviteAcceptedEvent, onRTCConferenceInviteDeclinedEvent, onRTCConferenceInviteExpiredEvent, onRTCConnectedEvent, onRTCIncomingCallEvent, onRTCReconnectingEvent, setContextpublic void handleIncomingCall(java.util.Map<java.lang.String,java.lang.String> pushPayload,
IncomingCallEventListener incomingCallEventListener,
android.content.Context context)
handleIncomingCall in class DefaultInfobipRTCpublic ConferenceInvite handleConferenceInvite(java.util.Map<java.lang.String,java.lang.String> pushPayload, android.content.Context context, ConferenceInviteEventListener conferenceInviteEventListener)
handleConferenceInvite in class DefaultInfobipRTCpublic void onRTCHangupEvent(RTCHangupEvent event)
onRTCHangupEvent in class DefaultInfobipRTCpublic void onRTCErrorEvent(RTCErrorEvent event)
onRTCErrorEvent in class DefaultInfobipRTCpublic void onRTCLeftConferenceEvent(RTCLeftConferenceEvent event)
onRTCLeftConferenceEvent in class DefaultInfobipRTC