interface OnLiveErrorStatusListener |
Package: | dji.sdk.sdkmanager |
Defines the listeners of the live video status.
void onError(int error, String description) |
Package: | dji.sdk.sdkmanager |
When an error occurs during the live broadcast, the listener will receive this callback.
int error | The error code, currently only support STATUS_LIVING_INTERRUPTION_ERROR(-3) |
String description | Description of the error. |
{{searchCount}} Results