mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-08-27 05:57:47 +00:00
7 lines
209 B
JavaScript
7 lines
209 B
JavaScript
|
|
/**
|
||
|
|
* The URL that is the main landing page for YouTube live streaming and should
|
||
|
|
* have a user's live stream key.
|
||
|
|
*/
|
||
|
|
export const YOUTUBE_LIVE_DASHBOARD_URL
|
||
|
|
= 'https://www.youtube.com/live_dashboard';
|