|
Jabber Guest iOS SDK
|
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 | 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 CJGuestCallAudioInStateNotification |
Register for this event to be notified when the audio input mute state changes.
| NSString* const CJGuestCallAudioOutStateNotification |
Register for this event to be notified when the audio output mute state changes.
| 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.
| 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 "restError" mapped to an NSError object containing error information.
| NSString* const CJGuestCallOrientationNotification |
Register for this event to be notified when the orientation of the remote view video changes.
| NSString* const CJGuestCallRemoteVideoResolutionNotification |
Register for this event to be notified when the size of the remote view video changes.
| NSString* const CJGuestCallSelfVideoResolutionNotification |
Register for this event to be notified when the size of the self view video changes.
| NSString* const CJGuestCallSentDTMFNotification |
Register for this event to be notified when a DTMF is sent to the remote endpoint.
| NSString* const CJGuestCallStateChangeNotification |
Register for this event to be notified when the call state changes.
| NSString* const CJGuestCallVideoInStateNotification |
Register for this event to be notified when the video input mute state changes.
| NSString* const CJGuestCallVideoOutStateNotification |
Register for this event to be notified when the video output mute state changes.