com.cisco.jabber.guest.JabberGuestCall.CallControlEvent Enum Reference

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.
 
 remoteScreenShareStarted
 JabberGuestCall instance has detected that the called party has started sharing their screen during an active call, and that the shared screen media is ready for display in a DataView.
 
 remoteScreenShareEnded
 JabberGuestCall instance has detected that the called party has stopped sharing their screen during an active call, and that any currently active DataView should stop displaying active shared screen media.
 

Detailed Description

Represent the different events that take place once a call is either in the starting or started states.

Member Data Documentation

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.