SIP Endpoint SDK for OS X
|
#import <GSSession.h>
Public Member Functions | |
(GSResult) | - changeOutputVolumeBy: |
(GSResult) | - changeSpeakerVolumeTo: |
(int) | - getOutputVolume |
Properties | |
int | callId |
GSSessionState | state |
NSString * | sessionId |
id< GSConnection > | connection |
NSString * | remoteParty |
GSFlagState | hasVideo |
GSFlagState | localHold |
GSFlagState | playRingtone |
BOOL | vqAlarm |
BOOL | vqAlarmChanged |
int | speakerVolume |
BOOL | sipInfo |
NSString * | contentType |
NSString * | content |
This protocol represents a SIP session (i.e. call)
Definition at line 14 of file GSSession.h.
- (GSResult) changeOutputVolumeBy: | (int) | increment |
Changes the output level of the current audio stream by increment value
- (GSResult) changeSpeakerVolumeTo: | (int) | value |
Changes the output level of the current audio stream to the value
- (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.
|
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 mic volume
Reimplemented in GSSipSession.
Definition at line 74 of file GSSession.h.
|
readwritenonatomicassign |
Represents the current speaker volume
Reimplemented in GSSipSession.
Definition at line 65 of file GSSession.h.
|
readwritenonatomicassign |
Retrieves the current session state
Reimplemented in GSSipSession.
Definition at line 24 of file GSSession.h.