sfu support added, IPC cirrus support added, session history added, advanced session info added
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const {external_domain} = require('../../config')
|
||||
|
||||
const create_websocket_url = (webrtc_port) => {
|
||||
var valid_external_domain = external_domain
|
||||
let valid_external_domain = external_domain
|
||||
|
||||
// if external domain contains http OR https part remove it
|
||||
valid_external_domain = valid_external_domain.replace('http://', '').replace('https://', '')
|
||||
|
||||
Reference in New Issue
Block a user