VideoEffectErrorEvent Class
- java.
lang. Object - com.
azure. android. communication. calling. VideoEffectErrorEvent
- com.
public class VideoEffectErrorEvent
Information about remote Effects changing state
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
String |
getCode()
Error code. |
String |
getMessage()
Error message. |
String |
getVideoEffectName()
Name of the video effect. |
Method Details
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
getCode
public String getCode()
Error code.
getMessage
public String getMessage()
Error message.
getVideoEffectName
public String getVideoEffectName()
Name of the video effect.