|
SIP Endpoint SDK for OS X
|
Public Member Functions | |
| (id) | - initWithLogger:callId: |
| (void) | - sessionStateChanged: |
Public Member Functions inherited from GSSipAbstractionObject | |
| (id) | - initWithLogger: |
Public Member Functions inherited from | |
| (GSResult) | - changeOutputVolumeBy: |
| (GSResult) | - changeInputVolumeBy: |
| (int) | - getInputVolume |
| (int) | - getOutputVolume |
Properties | |
| int | callId |
| GSSessionState | state |
| NSString * | sessionId |
| id< GSConnection > | connection |
| int | speakerVolume |
| int | micVolume |
| NSString * | remoteParty |
| GSFlagState | hasVideo |
| GSFlagState | localHold |
| GSFlagState | playRingtone |
Properties inherited from GSSipAbstractionObject | |
| id< GSLogger > | logger |
| NSMutableDictionary * | configuration |
Properties inherited from | |
Definition at line 15 of file GSSipSession.h.
|
readwritenonatomicassign |
|
readwritenonatomicretain |
Retrieves the connection via which this session was established.
Reimplemented from <GSSession>.
Definition at line 20 of file GSSipSession.h.
|
readwritenonatomicassign |
Stands for indicate that the session offers video
Reimplemented from <GSSession>.
Definition at line 24 of file GSSipSession.h.
|
readwritenonatomicassign |
Represents the current mic volume
Reimplemented from <GSSession>.
Definition at line 22 of file GSSipSession.h.
|
readwritenonatomicretain |
Represents Remote Party address
Reimplemented from <GSSession>.
Definition at line 23 of file GSSipSession.h.
|
readwritenonatomicretain |
d Retrieves the current session id.
Reimplemented from <GSSession>.
Definition at line 19 of file GSSipSession.h.
|
readwritenonatomicassign |
Represents the current speaker volume
Reimplemented from <GSSession>.
Definition at line 21 of file GSSipSession.h.
|
readwritenonatomicassign |
Retrieves the current session state
Reimplemented from <GSSession>.
Definition at line 18 of file GSSipSession.h.