diff --git a/app/config.js b/app/config.js index 2690789..9c6bebc 100644 --- a/app/config.js +++ b/app/config.js @@ -1,22 +1,22 @@ 'use strict'; const defaultDomain = 'sylk.link'; const configOptions = { defaultDomain : defaultDomain, enrollmentDomain : defaultDomain, - defaultConferenceDomain : `videoconference.${defaultDomain}`, + defaultConferenceDomain : `videoconference.sip2sip.info`, defaultGuestDomain : `guest.${defaultDomain}`, wsServer : 'wss://webrtc-gateway.sipthor.net:9999/webrtcgateway/ws', publicUrl : 'https://webrtc.sipthor.net', enrollmentUrl : 'https://blink.sipthor.net/enrollment-sylk-mobile.phtml', serverCallHistoryUrl : 'https://blink.sipthor.net/settings-webrtc.phtml', serverSettingsUrl : 'https://mdns.sipthor.net/sip_settings.phtml', fileSharingUrl : 'https://webrtc-gateway.sipthor.net:9999/webrtcgateway/filesharing', iceServers : [{urls: 'stun:stun.sipthor.net:3478'}], useServerCallHistory : true, intercomDtmfTone : false }; module.exports = configOptions;