Skip to content

UpdateStatusCommand

Message

ts
type UpdateStatusCommand = {
    type: 'updateStatus'
    status: RoomStatus
}