Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRoomExtender

Hierarchy

  • IRoomExtender

Index

Properties

Methods

Properties

kind

kind: ROOM

Methods

addCustomField

  • Adds a custom field to the room. Note: This key can not already exist or it will throw an error. Note: The key must not contain a period in it, an error will be thrown.

    Parameters

    • key: string

      the name of the custom field

    • value: any

      the value of this custom field

    Returns IRoomExtender

addMember

getRoom

  • Gets the resulting room that has been extended at the point of calling this. Note: modifying the returned value will have no effect.

    Returns IRoom

Generated using TypeDoc