|
SIP Endpoint SDK for OS X
|
#import <GSSession.h>
Public Member Functions | |
| (GSResult) | - changeOutputVolumeBy: |
| (GSResult) | - changeInputVolumeBy: |
| (int) | - getInputVolume |
| (int) | - getOutputVolume |
Properties | |
| int | callId |
| GSSessionState | state |
| NSString * | sessionId |
| id< GSConnection > | connection |
| NSString * | remoteParty |
| GSFlagState | hasVideo |
| GSFlagState | localHold |
| GSFlagState | playRingtone |
| int | speakerVolume |
| int | micVolume |
| BOOL | sipInfo |
| NSString * | contentType |
| NSString * | content |
This protocol represents a SIP session (i.e. call)
Definition at line 14 of file GSSession.h.
| - (GSResult) changeInputVolumeBy: | (int) | increment |
Changes the input level of the current audio stream
The Session Mic Volume Control not supported @ return GSResultFailed if the method is called
| - (GSResult) changeOutputVolumeBy: | (int) | increment |
Changes the output level of the current audio stream
| - (int) getInputVolume |
Get the input level of the current audio stream
| - (int) getOutputVolume |
Get the output level of the current audio stream
The Session Mic Volume Control not supported @ return 0 if the method is called
|
readwritenonatomicassign |
|
readwritenonatomicretain |
Retrieves the connection via which this session was established.
Reimplemented in GSSipSession.
Definition at line 34 of file GSSession.h.
|
readwritenonatomicassign |
Stands for indicate that the session offers video
Reimplemented in GSSipSession.
Definition at line 50 of file GSSession.h.
|
readwritenonatomicassign |
Represents the current mic volume
Reimplemented in GSSipSession.
Definition at line 68 of file GSSession.h.
|
readwritenonatomicretain |
Represents Remote Party address
Reimplemented in GSSipSession.
Definition at line 41 of file GSSession.h.
|
readwritenonatomicretain |
d Retrieves the current session id.
Reimplemented in GSSipSession.
Definition at line 29 of file GSSession.h.
|
readwritenonatomicassign |
Represents the current speaker volume
Reimplemented in GSSipSession.
Definition at line 61 of file GSSession.h.
|
readwritenonatomicassign |
Retrieves the current session state
Reimplemented in GSSipSession.
Definition at line 24 of file GSSession.h.