ACSVideoEffectErrorEventArgs Class

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;