Commit a144850d by Иван Кубота

test-same-uri

parent 7488d8ce
...@@ -58,8 +58,8 @@ class CallApp { ...@@ -58,8 +58,8 @@ class CallApp {
//use for testing conferences //use for testing conferences
//this.mNetConfig.IsConference = true; //this.mNetConfig.IsConference = true;
//this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/testshared"; //this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/testshared";
this.mNetConfig.IsConference = false; this.mNetConfig.IsConference = true;
this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/callapp"; this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/conferenceapp";
} }
GetParameterByName(name) { GetParameterByName(name) {
var url = window.location.href; var url = window.location.href;
......
...@@ -72,8 +72,8 @@ export class CallApp ...@@ -72,8 +72,8 @@ export class CallApp
//use for testing conferences //use for testing conferences
//this.mNetConfig.IsConference = true; //this.mNetConfig.IsConference = true;
//this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/testshared"; //this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/testshared";
this.mNetConfig.IsConference = false; this.mNetConfig.IsConference = true;
this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/callapp"; this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/conferenceapp";
} }
......
...@@ -25,8 +25,8 @@ export class VideoInputApp { ...@@ -25,8 +25,8 @@ export class VideoInputApp {
//use for testing conferences //use for testing conferences
//this.mNetConfig.IsConference = true; //this.mNetConfig.IsConference = true;
//this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/testshared"; //this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/testshared";
this.mNetConfig.IsConference = false; this.mNetConfig.IsConference = true;
this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/callapp"; this.mNetConfig.SignalingUrl = "wss://signaling.because-why-not.com/conferenceapp";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment