ConferenceError
The ConferenceError exception is responsible for conference-specific errors. The error includes a name property, which provides error details. The ConferenceError exception includes the following names:
ConferenceUninitializedError
: Occurs when a client tries to interact with a conference (using methods such as mute, leave, or startScreenShare) before a conference begins.ConferenceAtMaxCapacityError
: Occurs when a client tries to join a conference that reached a capacity limit and no longer accepts new participants.InsufficientPermissionsError
: Indicates that a client does not have permission to execute a specific operation.DolbyVoiceInitError
: Indicates that Dolby Voice initialization failed and cannot be used in the current conference.
Updated 12 months ago