textValues property

Map<String, RoomPropertyKey> textValues
getter/setter pair

Implementation

static Map<String, RoomPropertyKey> textValues = {
  'host': RoomPropertyKey.host,
  'live_status': RoomPropertyKey.liveStatus,
  'ld': RoomPropertyKey.liveDuration,
};