DJI Mobile SDK Documentation

      class OnLiveErrorStatusListener

      interface OnLiveErrorStatusListener
      Package:dji.sdk.sdkmanager
      Description:

      Defines the listeners of the live video status.

      Class Members:
      method
      method onError
      void onError(int error, String description)
      Package:dji.sdk.sdkmanager
      Description:

      When an error occurs during the live broadcast, the listener will receive this callback.

      Input Parameters:
      int errorThe error code, currently only support STATUS_LIVING_INTERRUPTION_ERROR(-3)
      String descriptionDescription of the error.