mirror of https://github.com/jitsi/jitsi-meet
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.pull/3719/head jitsi-meet_3434
parent
699b13066e
commit
07bcb38dd6
@ -0,0 +1,6 @@ |
||||
/** |
||||
* 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'; |
Loading…
Reference in new issue