5 lines
179 B
JavaScript
5 lines
179 B
JavaScript
|
export const LIVE_STREAM_TAG = 'odysee-livestream';
|
||
|
|
||
|
export const BITWAVE_EMBED_URL = 'https://bitwave.tv/embed';
|
||
|
export const BITWAVE_API = 'https://api.bitwave.tv/v1/channels';
|