SIP Endpoint SDK for OS X
 All Classes Functions Properties
GSInternalSessionEvent Class Reference

List of all members.

Properties

unsigned int connectionId
unsigned int callId
NSString * sessionId
NSString * remoteParty
GSSessionState state
GSFlagState hasVideo
GSFlagState localHold
GSFlagState playRingtone
BOOL vqAlarm
BOOL vqAlarmChanged
NSString * xtraHeaders
id< GSConnectionconnection
NSString * contentType
NSString * content
BOOL sipInfo

Detailed Description

Definition at line 102 of file InternalEvents.h.


Property Documentation

- (unsigned int) callId
readwritenonatomicassign

This property is used to store session ID int presentation

Definition at line 105 of file InternalEvents.h.

- (id< GSConnection >) connection
readwritenonatomicretain

This property is used to store the session connection

See also:
GSConnection

Definition at line 113 of file InternalEvents.h.

- (unsigned int) connectionId
readwritenonatomicassign

This property is used to store connection registration ID

Definition at line 104 of file InternalEvents.h.

- (NSString *) content
readwritenonatomiccopy

This property is used to store the session SIP INFO content

Definition at line 115 of file InternalEvents.h.

- (NSString *) contentType
readwritenonatomiccopy

This property is used to store the session SIP INFO content type name

Definition at line 114 of file InternalEvents.h.

- (GSFlagState) hasVideo
readwritenonatomicassign

This property is used to store the flag that indicate if the sessio has video

See also:
GSFlagState

Definition at line 109 of file InternalEvents.h.

- (GSFlagState) localHold
readwritenonatomicassign

This property is used to store the flag to indicate the session is on local hold

See also:
GSFlagState

Definition at line 110 of file InternalEvents.h.

- (GSFlagState) playRingtone
readwritenonatomicassign

This property is used to store the flag that ringtone plays

See also:
GSFlagState

Definition at line 111 of file InternalEvents.h.

- (NSString *) remoteParty
readwritenonatomiccopy

This property is used to store remote party name of the session

Definition at line 107 of file InternalEvents.h.

- (NSString *) sessionId
readwritenonatomiccopy

This property is used to store session ID string presentation

Definition at line 106 of file InternalEvents.h.

- (BOOL) sipInfo
readwritenonatomicassign

This property is used to store the flag that indicate the event has SIP INFO content

Returns:
YES means the session event has SIP INFO content
NO means the regular session event

Definition at line 116 of file InternalEvents.h.

- (GSSessionState) state
readwritenonatomicassign

This property is used to store the session state

See also:
GSSessionState

Definition at line 108 of file InternalEvents.h.

- (BOOL) vqAlarm
readwritenonatomicassign

This property is used to store the VQAlarm states: vqAlarm = TRUE state is VQAlarm vqAlarm = FALSE state VQAlarmOff

See also:
GSSession, GSSessionState

Definition at line 117 of file InternalEvents.h.

- (BOOL) vqAlarmChanged
readwritenonatomicassign

This property is used to store the flag that VQAlarm state is changed vqAlarmChanged = TRUE VQAlarm changed vqAlarmChanged = FALSE VQAlarm is not changed

See also:
GSSession, GSSessionState

Definition at line 118 of file InternalEvents.h.

- (NSString *) xtraHeaders
readwritenonatomiccopy

This property is used to store the extra headers

Definition at line 112 of file InternalEvents.h.


The documentation for this class was generated from the following file: