Skip to content

Errors

RoomKitError

Bases: Exception

Base exception for all RoomKit errors.

IdentityNotFoundError

Bases: RoomKitError

Identity not found.

ParticipantNotFoundError

Bases: RoomKitError

Participant not found in room.

VoiceNotConfiguredError

Bases: RoomKitError

Raised when voice operation attempted without configured provider.

VoiceBackendNotConfiguredError

Bases: RoomKitError

Raised when voice backend operation attempted without configured backend.