mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 00:07:47 +00:00
7 lines
238 B
TypeScript
7 lines
238 B
TypeScript
/**
|
|
* The (name of the) command which transports the state (represented by
|
|
* {State} for the local state at the time of this writing) of a {FollowMe}
|
|
* (instance) between participants.
|
|
*/
|
|
export const FOLLOW_ME_COMMAND = 'follow-me';
|