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 ACSVideoBindingEventStateChangedEventArgs : NSObject;
Description
Methods
Properties
videoBindingEventId
@property (retain, nonnull, readonly) NSString * videoBindingEventId;
rendererId
@property (retain, nonnull, readonly) NSString * rendererId;
videoStreamId
@property (readonly) int videoStreamId;
previewId
@property (readonly) int previewId;
state
@property (readonly) ACSVideoBindingEventState state;