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' ];
|