Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
SipEndpoint.h
1 //
2 // SipEndpoint.h
3 // SipEndpoint
4 //
5 // Created by Valery Polishchuk on 09/4/12.
6 // Copyright (c) 2012 Genesys Labs. All rights reserved.
7 //
8 
9 
10 #import "GSAudioStream.h"
11 #import "GSConnectionPolicyDelegate.h"
12 #import "GSSessionControlService.h"
13 #import "GSAudioDevice.h"
14 #import "GSConnection.h"
15 #import "GSConnectionManager.h"
16 #import "GSConnectionNotificationDelegate.h"
17 #import "GSDefaultDevicePolicy.h"
18 #import "GSDefaultEndpointPolicy.h"
19 #import "GSDefaultLogger.h"
20 #import "GSDefaultSessionPolicy.h"
21 #import "GSDevice.h"
22 #import "GSDeviceManager.h"
23 #import "GSDeviceNotificationDelegate.h"
24 #import "GSDevicePolicyDelegate.h"
25 #import "GSEndpoint.h"
26 #import "GSEndpointFactory.h"
27 #import "GSEndpointNotificationDelegate.h"
28 #import "GSEndpointPolicyDelegate.h"
29 #import "GSEnums.h"
30 #import "GSLogger.h"
31 #import "GSMedia.h"
32 #import "GSPolicyDelegate.h"
33 #import "GSSession.h"
34 #import "GSSessionManager.h"
35 #import "GSSessionNotificationDelegate.h"
36 #import "GSSessionPolicyDelegate.h"
37 #import "GSMessageWaitingIndicationService.h"
38 #import "GSMessageWaitingIndicationState.h"
39 #import "GSMessageWaitingIndicationSubscription.h"
40 #import "GSMessageWaitingIndicationNotificationDelegate.h"
41 #import "GSMessageWaitingIndicationMessageSummary.h"
42 #import "GSVideoCaptureDevice.h"
43 #import "GSVideoService.h"
44 #import "GSVideoStreamConfiguration.h"
45 #import "GSVideoStreamNotificationDelegate.h"
46 #import "GSVideoStreamPolicyDelegate.h"