VIVideoFlags
Specifies video direction for call.
Methods
defaultVideoFlags
Static
+ (instancetype
)defaultVideoFlagsDefault VIVideoFlags with receiveVideo and sendVideo set to YES.
Returns
- type:- instancetype 
videoFlagsWithReceiveVideo:sendVideo:
Static
+ (instancetype
)videoFlagsWithReceiveVideo:(BOOL
)receiveVideo 
                         sendVideo:(BOOL
)sendVideo Creates a VIVideoFlags instance with specified video directions.
Parameters
- receiveVideo:- BOOL - Whether receiving video is enabled for a call 
- sendVideo:- BOOL - Whether sending video is enabled for a call 
Returns
- type:- instancetype 
Props
receiveVideo
@property (assign, nonatomic) BOOL
 receiveVideoWhether receiving video is enabled for a call.
Returns
- type:- BOOL 
sendVideo
@property (assign, nonatomic) BOOL
 sendVideoWhether sending video is enabled for a call.
Returns
- type:- BOOL