ACSVideoEffectErrorEventArgs Class
@interface ACSVideoEffectErrorEventArgs : NSObject;
Information about remote Effects changing state
Name of the video effect.
@property (retain, nonnull, readonly) NSString * videoEffectName;
Error code.
@property (retain, nonnull, readonly) NSString * code;
Error message.
@property (retain, nonnull, readonly) NSString * message;