Class ZegoConstants.ZegoAPIErrorCode

  • Enclosing class:
    ZegoConstants

    public static final class ZegoConstants.ZegoAPIErrorCode
    extends java.lang.Object
    接口调用返回错误码
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • InvalidParameter

        public static final int InvalidParameter
        调用输入参数错误
        See Also:
        Constant Field Values
      • ExternalAudioDeviceWasNotEnabled

        public static final int ExternalAudioDeviceWasNotEnabled
        没有启用外部音频设备
        See Also:
        Constant Field Values
      • AudioDeviceEngineError

        public static final int AudioDeviceEngineError
        处理音频数据异常
        See Also:
        Constant Field Values
    • Constructor Detail

      • ZegoAPIErrorCode

        public ZegoAPIErrorCode()