Sip Endpoint SDK for Apple OS
|
#import <GSSession.h>
Public Member Functions | |
(BOOL) | - supportsMedia: |
Properties | |
int | callId |
GSSessionState | state |
NSString * | sessionId |
id< GSConnection > | connection |
NSString * | remoteParty |
id< GSAudioStream > | audioStream |
GSFlagState | hasVideo |
int | speakerVolume |
int | micVolume |
This protocol represents a SIP session (i.e. call)
Definition at line 17 of file GSSession.h.
- (BOOL) supportsMedia: | (GSMedia *) | media |
Use this method to determine whether the specified media type is supported by the current session.
media | The media type. |
|
readnonatomicretain |
Gives a control to change IN and OUT devices volume
Definition at line 62 of file GSSession.h.
|
readnonatomicassign |
The connection ID
Definition at line 22 of file GSSession.h.
|
readnonatomicretain |
Retrieves the connection via which this session was established.
Definition at line 37 of file GSSession.h.
|
readwritenonatomicassign |
Stands for indicate that the session offers video
Definition at line 71 of file GSSession.h.
|
readnonatomicassign |
Represents the current mic volume
Definition at line 85 of file GSSession.h.
|
readnonatomiccopy |
Represents Remote Party address
Definition at line 53 of file GSSession.h.
|
readnonatomiccopy |
d Retrieves the current session id.
Definition at line 32 of file GSSession.h.
|
readnonatomicassign |
Represents the current speaker volume
Definition at line 78 of file GSSession.h.
|
readnonatomicassign |
Retrieves the current session state
Definition at line 27 of file GSSession.h.