您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

constants.js 297B

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