mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 14:37:47 +00:00
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
|
|
/**
|
||
|
|
* The payload name for remotely setting the camera facing mode message.
|
||
|
|
*/
|
||
|
|
export const CAMERA_FACING_MODE_MESSAGE = 'camera-facing-mode-message';
|