mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
🆕 YoutubeTV Broadcasting in rooms !
This commit is contained in:
@@ -26,3 +26,4 @@ export * from './room/widgets';
|
||||
export * from './user';
|
||||
export * from './utils';
|
||||
export * from './wired';
|
||||
export * from './youtube';
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
let _youtubeEnabled = false;
|
||||
|
||||
export const getYoutubeRoomEnabled = () => _youtubeEnabled;
|
||||
export const setYoutubeRoomEnabled = (enabled: boolean) => { _youtubeEnabled = enabled; };
|
||||
@@ -0,0 +1 @@
|
||||
export * from './YouTubeRoomState';
|
||||
Reference in New Issue
Block a user