Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateRoomOptions

Package version

Options to update a room.

Hierarchy

  • any
    • UpdateRoomOptions

Index

Properties

Optional participants

participants: RoomParticipant[]

Collection of participants invited to the room.

Optional roomJoinPolicy

roomJoinPolicy: RoomJoinPolicy

The room join policy for the room.

Optional validFrom

validFrom: Date

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

Optional 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