Sip Endpoint SDK for Apple OS
|
#import <GSSessionPolicyDelegate.h>
Public Member Functions | |
(NSArray *) | - prioritizedCodecList |
(GSDtmfMethod) | - dtmfMethodForSession: |
(BOOL) | - shouldAnswerIncomingSession: |
Defines aspects of session manager's behavior
Definition at line 18 of file GSSessionPolicyDelegate.h.
- (GSDtmfMethod) dtmfMethodForSession: | (id< GSSession >) | session | [required] |
Implement to specify the DTMF method to be used for a given session
session | the session for which the DTMF method is being considered |
- (NSArray*) prioritizedCodecList | [required] |
Implement to specify the list of codecs to be used when establishing a session
- (BOOL) shouldAnswerIncomingSession: | (id< GSSession >) | session | [required] |
Implement to specify whether the incoming session should be automatically answered.
session | the incoming session |