Jabber Guest iOS SDK
Notification Event Names

Variables

NSString *const CJGuestCallStateChangeNotification
 Register for this event to be notified when the call state changes. More...
 
NSString *const CJGuestCallErrorNotification
 Register for this event to be notified when an error occurs during call processing. More...
 
NSString *const CJGuestCallErrorKey
 The key for the value in the userInfo dictionary of the NSNotification received from the CJGuestCallErrorNotification event. More...
 
NSString *const CJGuestCallSelfVideoResolutionNotification
 Register for this event to be notified when the size of the self view video changes. More...
 
NSString *const CJGuestCallRemoteVideoResolutionNotification
 Register for this event to be notified when the size of the remote view video changes. More...
 
NSString *const CJGuestCallRemotePresoVideoResolutionNotification
 Register for this event to be notified when the size of the remotePreso view video changes. More...
 
NSString *const CJGuestCallRemotePresoVideoActiveNotification
 Register for this event to be notified when the active state of the remotePreso view video changes. More...
 
NSString *const CJGuestCallSelfVideoActiveNotification
 Register for this event to be notified when the active state of the self view video changes. More...
 
NSString *const CJGuestCallRemotePresoVideoStartedNotification
 Register for this event to be notified when the first frame of the remotePreso video is received. More...
 
NSString *const CJGuestCallAudioInStateNotification
 Register for this event to be notified when the audio input mute state changes. More...
 
NSString *const CJGuestCallAudioOutStateNotification
 Register for this event to be notified when the audio output mute state changes. More...
 
NSString *const CJGuestCallVideoInStateNotification
 Register for this event to be notified when the video input mute state changes. More...
 
NSString *const CJGuestCallVideoOutStateNotification
 Register for this event to be notified when the video output mute state changes. More...
 
NSString *const CJGuestCallOrientationNotification
 Register for this event to be notified when the orientation of the remote view video changes. More...
 
NSString *const CJGuestCallSentDTMFNotification
 Register for this event to be notified when a DTMF is sent to the remote endpoint. More...
 
NSString *const CJGuestCallCameraSwitchedNotification
 Register for this event to be notified when the video capture device is changed.
 
NSString *const CJGuestCallServerVersionNotification
 Register for this event to be notified of the server version.
 
NSString *const CJGuestCallRemoteDisplayNameChangedNotification
 Register for this event to be notified of the remote participant display name.
 

Detailed Description

Variable Documentation

◆ CJGuestCallAudioInStateNotification

NSString* const CJGuestCallAudioInStateNotification

Register for this event to be notified when the audio input mute state changes.

See also
CJGuestCall::audioInState

◆ CJGuestCallAudioOutStateNotification

NSString* const CJGuestCallAudioOutStateNotification

Register for this event to be notified when the audio output mute state changes.

See also
CJGuestCall::audioOutState

◆ CJGuestCallErrorKey

NSString* const CJGuestCallErrorKey

The key for the value in the userInfo dictionary of the NSNotification received from the CJGuestCallErrorNotification event.

The value is an NSError object.

◆ CJGuestCallErrorNotification

NSString* const CJGuestCallErrorNotification

Register for this event to be notified when an error occurs during call processing.

The userInfo element of the NSNotification object will contain a dictionary with the key "JabberGuestError" mapped to an NSError object containing error information.

◆ CJGuestCallOrientationNotification

NSString* const CJGuestCallOrientationNotification

Register for this event to be notified when the orientation of the remote view video changes.

See also
CJGuestCall::orientation

◆ CJGuestCallRemotePresoVideoActiveNotification

NSString* const CJGuestCallRemotePresoVideoActiveNotification

Register for this event to be notified when the active state of the remotePreso view video changes.

See also
CJGuestCall::remotePresoActive

◆ CJGuestCallRemotePresoVideoResolutionNotification

NSString* const CJGuestCallRemotePresoVideoResolutionNotification

Register for this event to be notified when the size of the remotePreso view video changes.

See also
CJGuestCall::remotePresoSize

◆ CJGuestCallRemotePresoVideoStartedNotification

NSString* const CJGuestCallRemotePresoVideoStartedNotification

Register for this event to be notified when the first frame of the remotePreso video is received.

See also
CJGuestCall::remotePresoStarted

◆ CJGuestCallRemoteVideoResolutionNotification

NSString* const CJGuestCallRemoteVideoResolutionNotification

Register for this event to be notified when the size of the remote view video changes.

See also
CJGuestCall::remoteSize

◆ CJGuestCallSelfVideoActiveNotification

NSString* const CJGuestCallSelfVideoActiveNotification

Register for this event to be notified when the active state of the self view video changes.

See also
CJGuestCall::selfVideoActive

◆ CJGuestCallSelfVideoResolutionNotification

NSString* const CJGuestCallSelfVideoResolutionNotification

Register for this event to be notified when the size of the self view video changes.

See also
CJGuestCall::selfSize

◆ CJGuestCallSentDTMFNotification

NSString* const CJGuestCallSentDTMFNotification

Register for this event to be notified when a DTMF is sent to the remote endpoint.

See also
CJGuestCall::sentDTMF

◆ CJGuestCallStateChangeNotification

NSString* const CJGuestCallStateChangeNotification

Register for this event to be notified when the call state changes.

See also
CJGuestCall::callState

◆ CJGuestCallVideoInStateNotification

NSString* const CJGuestCallVideoInStateNotification

Register for this event to be notified when the video input mute state changes.

See also
CJGuestCall::videoInState

◆ CJGuestCallVideoOutStateNotification

NSString* const CJGuestCallVideoOutStateNotification

Register for this event to be notified when the video output mute state changes.

See also
CJGuestCall::videoOutState