mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-15 11:27:50 +00:00
The panel will appear on the right side after the participant pane panel. Currently the panel is disabled by default and the components that are rendered in the panel are empty (null). The panel is easily customizable by adding some content in the CustomPanel component.
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
/**
|
|
* Default width for the custom panel in pixels.
|
|
*/
|
|
export const DEFAULT_CUSTOM_PANEL_WIDTH = 315;
|