ACSRemoteVideoStreamDelegate Protocol
Declaration
@protocol ACSRemoteVideoStreamDelegate;
Description
A set of methods that are called by ACSRemoteVideoStream in response to important events.
Methods
onStateChanged
Listener used to know the video stream state
-(void)onStateChanged:(ACSRemoteVideoStream *)sender :(ACSVideoStreamStateChangedEventArgs *)args {
Parameters
sender
-args
-