Sip Endpoint SDK for Apple OS
/Users/valerypolishchuk/Projects/sepsdk-03.09.12/MacOS/Endpoint/Src/Headers/GSEndpointPolicyDelegate.h
00001 //
00002 //  GSEndpointBehaviorDelegate.h
00003 //  SipEndpoint
00004 //
00005 //  Created by Vlad Baranovsky on 9/12/11.
00006 //  Copyright 2011 Genesys Labs. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 #import "GSPolicyDelegate.h"
00011 
00015 @protocol GSEndpointPolicyDelegate <GSPolicyDelegate>
00016 
00022 -(NSString*) userAgent;
00023 
00029 - (int) signalingQos;
00030 
00031 
00037 - (int) audioQos;
00038 
00044 - (int) secureSignalingQos;
00045 
00051 - (int) sipPortMin;
00052 
00058 - (int) sipPortMax;
00059 
00065 - (int) rtpPortMin;
00066 
00072 - (int) rtpPortMax;
00073 
00074 @end