mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-09 21:42:30 +00:00
- added command for setting the camera facing mode remotely - enhanced toggleVideo command to optionally accept the facing mode - fix(startSilent) do not create audio track when start silent
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';
|