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 ACSVideoEffectErrorEventArgs : NSObject;
Description
Information about remote Effects changing state
Methods
Properties
videoEffectName
Name of the video effect.
@property (retain, nonnull, readonly) NSString * videoEffectName;
code
Error code.
@property (retain, nonnull, readonly) NSString * code;
message
Error message.
@property (retain, nonnull, readonly) NSString * message;