You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011 |
- // @flow
-
- // NOTE When changing any of the commands make sure to update JitsiMeetCommands enum in the WatchKit extension code.
-
- export const CMD_HANG_UP = 'hangup';
-
- export const CMD_JOIN_CONFERENCE = 'joinConference';
-
- export const CMD_SET_MUTED = 'setMuted';
-
- export const MAX_RECENT_URLS = 10;
|