ACSVideoStreamStateChangedEventArgs Class

Declaration

@interface ACSVideoStreamStateChangedEventArgs : NSObject;

Description

Contains Information about the CallVideoStream that it;s state has changed

Methods

Properties

stream

CallVideoStream that it's state changed

@property (retain, nonnull, readonly) ACSCallVideoStream * stream;

message

Contains an important message about the functioning of the CallVideoStream.

@property (retain, nonnull, readonly) NSString * message;