mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-31 17:29:19 +02:00
i see
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@
|
|||||||
* ************************************************
|
* ************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(() => {
|
window.addEventListener('load', (() => {
|
||||||
const WHEP_CONFIG_PATH = '/webrtc-audio.conf';
|
const WHEP_CONFIG_PATH = '/webrtc-audio.conf';
|
||||||
const WHEP_FLAGS_PATH = '/webrtc-audio-flags.json';
|
const WHEP_FLAGS_PATH = '/webrtc-audio-flags.json';
|
||||||
const LAST_BITRATE_COOKIE_NAME = 'webrtcAudioLastBitrate';
|
const LAST_BITRATE_COOKIE_NAME = 'webrtcAudioLastBitrate';
|
||||||
@@ -1333,4 +1333,4 @@
|
|||||||
reconnectAttempts = MAX_RECONNECT_ATTEMPTS;
|
reconnectAttempts = MAX_RECONNECT_ATTEMPTS;
|
||||||
void stopWebRTC();
|
void stopWebRTC();
|
||||||
});
|
});
|
||||||
})();
|
}), false);
|
||||||
|
|||||||
Reference in New Issue
Block a user