Interface
| IAsyncEffectCallback |
IAsyncEffectCallback
Methods
onGetEffectsCallback
onGetEffectsCallback
public onGetEffectsCallbackCallback after the SDK creates an instance and authenticates it.
Parameters
| Name | Type | Description |
|---|---|---|
| effects | ZegoEffects | ZegoEffects instance |
| errorCode | int | error code. |
Details
The callback after the SDK creates an instance and authenticates it contains callback variables of type ZegoEffects and error codes of type int. For detailed error codes, please refer to "AI Effects - Error codes".
