Skip to main content
Version: Next

Variable: RoomType

const RoomType: object

Defined in: fishjam-openapi/dist/index.d.ts:1466

The use-case of the room. If not provided, this defaults to conference.

Type declaration​

AudioOnly​

readonly AudioOnly: "audio_only"

AudioOnlyLivestream​

readonly AudioOnlyLivestream: "audio_only_livestream"

Broadcaster​

readonly Broadcaster: "broadcaster"

Conference​

readonly Conference: "conference"

FullFeature​

readonly FullFeature: "full_feature"

Livestream​

readonly Livestream: "livestream"

Export​