ReferenceVariables
ContactType
const ContactType: object;Defined in: packages/protocol/src/constants.ts:70
Contact kind stored in ContactRecord's type field: none, chat, repeater, room or sensor.
Type Declaration
Chat
readonly Chat: 1 = 1;None
readonly None: 0 = 0;Repeater
readonly Repeater: 2 = 2;Room
readonly Room: 3 = 3;Sensor
readonly Sensor: 4 = 4;