mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 18:57:47 +00:00
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
/**
|
|
* Hide these emails when trying to join a lobby
|
|
*/
|
|
export const HIDDEN_EMAILS = [ 'inbound-sip-jibri@jitsi.net', 'outbound-sip-jibri@jitsi.net' ];
|