Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

constants.ts 287B

123456789
  1. // NOTE When changing any of the commands make sure to update JitsiMeetCommands enum in the WatchKit extension code.
  2. export const CMD_HANG_UP = 'hangup';
  3. export const CMD_JOIN_CONFERENCE = 'joinConference';
  4. export const CMD_SET_MUTED = 'setMuted';
  5. export const MAX_RECENT_URLS = 10;