|
SIP Endpoint SDK for OS X
|
Properties | |
| unsigned int | connectionId |
| unsigned int | callId |
| NSString * | sessionId |
| NSString * | remoteParty |
| GSSessionState | state |
| GSFlagState | hasVideo |
| GSFlagState | localHold |
| GSFlagState | playRingtone |
| NSString * | xtraHeaders |
| id< GSConnection > | connection |
| NSString * | contentType |
| NSString * | content |
| BOOL | sipInfo |
Definition at line 101 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store session ID int presentation
Definition at line 104 of file InternalEvents.h.
|
readwritenonatomicretain |
This property is used to store the session connection
Definition at line 112 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store connection registration ID
Definition at line 103 of file InternalEvents.h.
|
readwritenonatomiccopy |
This property is used to store the session SIP INFO content
Definition at line 114 of file InternalEvents.h.
|
readwritenonatomiccopy |
This property is used to store the session SIP INFO content type name
Definition at line 113 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store the flag that indicate if the sessio has video
Definition at line 108 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store the flag to indicate the session is on local hold
Definition at line 109 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store the flag that ringtone plays
Definition at line 110 of file InternalEvents.h.
|
readwritenonatomiccopy |
This property is used to store remote party name of the session
Definition at line 106 of file InternalEvents.h.
|
readwritenonatomiccopy |
This property is used to store session ID string presentation
Definition at line 105 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store the flag that indicate the event has SIP INFO content
Definition at line 115 of file InternalEvents.h.
|
readwritenonatomicassign |
This property is used to store the session state
Definition at line 107 of file InternalEvents.h.
|
readwritenonatomiccopy |
This property is used to store the extra headers
Definition at line 111 of file InternalEvents.h.