Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
GSVideoStreamPolicyDelegate.h
1 //
2 // GSVideoStreamPolicyDelegate.h
3 // SipEndpoint
4 //
5 // Created by Valery Polishchuk on 7/4/12.
6 // Copyright (c) 2012 Genesys Labs. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "GSSession.h"
11 #import "GSVideoCaptureDevice.h"
12 
13 @protocol GSVideoStreamPolicyDelegate <NSObject>
14 
15 @optional
16 
25 - (BOOL) acceptIncomingVideoForSession:(id<GSSession>) session;
26 
27 @end