Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RoomModel

Package version

The meeting room.

Hierarchy

  • RoomModel

Index

Properties

createdDateTime

createdDateTime: 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.

participants

participants: RoomParticipant[]

Collection of room participants.

roomJoinPolicy

roomJoinPolicy: RoomJoinPolicy

The Policy based on which Participants can join a 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