mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
It's possible for the YouTube api to return zero broadcasts or broadcasts without any streams--streams are what are associated with stream keys. In this case, instead of showing an empty selector or no selector, show a message with a link to where the stream key can be obtained.
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';
|