Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;