ErrorTypes: "INVALID_OPERATION" | "INTERNAL_ERROR" | "OPERATION_TIMEOUT" | "INSUFFICIENT_PRIVILEGES" | "IMPROPER_MEETING_STATE" | "INVALID_PARAMETERS" | "OPERATION_LOCKED"

Define error types of operations.

  • INVALID_OPERATION: The operation is invalid, perhaps caused by duplicated operations.
  • INTERNAL_ERROR: The remote service is temporarily unavailable.
  • INSUFFICIENT_PRIVILEGES: The operation is only applicable for a host or co-host.
  • OPERATION_TIMEOUT: The operation timed out, try again later.
  • IMPROPER_MEETING_STATE: The user is not in the meeting, see the relevant reason for details.
  • closed: The meeting is not joined.
  • on hold: The user is on hold (in a waiting room).
  • reconnecting: The meeting is reconnecting.
  • INVALID_PARAMETERS: The parameters passed to the method are invalid. This may be due to an incorrect user ID or value. See the relevant reason for details.
  • OPERATION_LOCKED: The operation can not be completed because the relevant property is locked, see the relevant reason for details.