![]() |
Jabber Guest Android SDK
|
Represent the different events that take place once a call is either in the starting or started states. More...
Public Attributes | |
| audioMuted | |
| JabberGuestCall instance finished muting the local audio being transmitted to the called party during an active call. More... | |
| audioUnmuted | |
| JabberGuestCall instance finished unmuting the local audio being transmitted to the called party during an active call. More... | |
| videoMuted | |
| JabberGuestCall instance finished stopping the local video from being transmitted to the called party during an active call. More... | |
| videoUnmuted | |
| JabberGuestCall instance finished resuming transmission of the local video to the called party during an active call. More... | |
| dtmfSent | |
| JabberGuestCall instance finished sending a pressed DTMF digit to the called party during an active call. | |
| streamsUpdated | |
| JabberGuestCall instance has finished processing SDP information from the called party, and has indicated that any updates to the multimedia streams have been processed. | |
| audioRouteUpdated | |
| JabberGuestCall instance has updated where the received audio from the called party is being sent to on the Android device (ex. More... | |
| cameraSwitched | |
| JabberGuestCall instance has switched to a different camera on the device to capture video. | |
Represent the different events that take place once a call is either in the starting or started states.
| com.cisco.jabber.guest.JabberGuestCall.CallControlEvent.audioMuted |
JabberGuestCall instance finished muting the local audio being transmitted to the called party during an active call.
Does not indicate that SDP stream updates have yet been processed.
| com.cisco.jabber.guest.JabberGuestCall.CallControlEvent.audioRouteUpdated |
JabberGuestCall instance has updated where the received audio from the called party is being sent to on the Android device (ex.
headphones, speakerphone, etc.).
| com.cisco.jabber.guest.JabberGuestCall.CallControlEvent.audioUnmuted |
JabberGuestCall instance finished unmuting the local audio being transmitted to the called party during an active call.
Does not indicate that SDP stream updates have yet been processed.
| com.cisco.jabber.guest.JabberGuestCall.CallControlEvent.videoMuted |
JabberGuestCall instance finished stopping the local video from being transmitted to the called party during an active call.
Does not indicate that SDP stream updates have yet been processed.
| com.cisco.jabber.guest.JabberGuestCall.CallControlEvent.videoUnmuted |
JabberGuestCall instance finished resuming transmission of the local video to the called party during an active call.
Does not indicate that SDP stream updates have yet been processed.