ACSLocalVideoStreamDelegate Protocol
Declaration
@protocol ACSLocalVideoStreamDelegate;
Description
A set of methods that are called by ACSLocalVideoStream in response to important events.
Methods
onStateChanged
Registers the event notifying the application that the OutgoingVideoStreamState has changed.
-(void)onStateChanged:(ACSLocalVideoStream *)sender :(ACSVideoStreamStateChangedEventArgs *)args {
Parameters
sender
-args
-