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 | 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. | |
Detailed Description
Variable Documentation
NSString* const CJGuestCallAudioInStateNotification |
Register for this event to be notified when the audio input mute state changes.
- See also
- CJGuestCall::audioInState
NSString* const CJGuestCallAudioOutStateNotification |
Register for this event to be notified when the audio output mute state changes.
- See also
- CJGuestCall::audioOutState
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 "JabberGuestError" 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.
- See also
- CJGuestCall::orientation
NSString* const CJGuestCallRemotePresoVideoActiveNotification |
Register for this event to be notified when the active state of the remotePreso view video changes.
- See also
- CJGuestCall::remotePresoActive
NSString* const CJGuestCallRemotePresoVideoResolutionNotification |
Register for this event to be notified when the size of the remotePreso view video changes.
- See also
- CJGuestCall::remotePresoSize
NSString* const CJGuestCallRemotePresoVideoStartedNotification |
Register for this event to be notified when the first frame of the remotePreso video is received.
- See also
- CJGuestCall::remotePresoStarted
NSString* const CJGuestCallRemoteVideoResolutionNotification |
Register for this event to be notified when the size of the remote view video changes.
- See also
- CJGuestCall::remoteSize
NSString* const CJGuestCallSelfVideoActiveNotification |
Register for this event to be notified when the active state of the self view video changes.
- See also
- CJGuestCall::selfVideoActive
NSString* const CJGuestCallSelfVideoResolutionNotification |
Register for this event to be notified when the size of the self view video changes.
- See also
- CJGuestCall::selfSize
NSString* const CJGuestCallSentDTMFNotification |
Register for this event to be notified when a DTMF is sent to the remote endpoint.
- See also
- CJGuestCall::sentDTMF
NSString* const CJGuestCallStateChangeNotification |
Register for this event to be notified when the call state changes.
- See also
- CJGuestCall::callState
NSString* const CJGuestCallVideoInStateNotification |
Register for this event to be notified when the video input mute state changes.
- See also
- CJGuestCall::videoInState
NSString* const CJGuestCallVideoOutStateNotification |
Register for this event to be notified when the video output mute state changes.
- See also
- CJGuestCall::videoOutState