Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
GSEndpointPolicyDelegate.h
1 //
2 // GSEndpointPolicyDelegate.h
3 // SipEndpoint
4 //
5 // Created by Vlad Baranovsky on 9/12/11.
6 // Copyright 2011 Genesys Labs. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "GSPolicyDelegate.h"
11 
16 
22 -(NSString*) userAgent;
23 
32 
38 - (int) signalingQos;
39 
45 - (int) audioQos;
46 
52 - (int) videoQos;
53 
59 - (int) secureSignalingQos;
60 
66 - (int) sipPortMin;
67 
73 - (int) sipPortMax;
74 
80 - (int) rtpPortMin;
81 
87 - (int) rtpPortMax;
88 
97 - (int) rtpInactivityTimeout;
98 
99 @end