Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Room

Package version

The meeting room.

Hierarchy

  • Room

Index

Properties

createdOn

createdOn: Date

The timestamp when the room was created at the server. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

id

id: string

Unique identifier of a room. This id is server generated.

joinPolicy

joinPolicy: RoomJoinPolicy

The room join policy for the room.

participants

participants: RoomParticipant[]

Collection of identities invited to the room.

validFrom

validFrom: Date

The timestamp from when the room is open for joining. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

validUntil

validUntil: Date

The timestamp from when the room can no longer be joined. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

Generated using TypeDoc