added NAT traversal
This commit is contained in:
@@ -149,6 +149,9 @@ function initUI() {
|
||||
LaplaceVar.ui.SSHPassword = document.getElementById('SSHPassword')
|
||||
LaplaceVar.headless = { result :"0"};
|
||||
|
||||
//getting server hostname
|
||||
getServerIPandHostname()
|
||||
|
||||
LaplaceVar.ui.joinForm.onsubmit = async e => {
|
||||
e.preventDefault();
|
||||
LaplaceVar.roomID = LaplaceVar.ui.inputRoomID.value;
|
||||
@@ -199,9 +202,6 @@ function initUI() {
|
||||
return startStream(mediaOption, pcOption);
|
||||
}
|
||||
|
||||
//getting server hostname
|
||||
getServerIPandHostname()
|
||||
|
||||
//getting SSHPassword
|
||||
getSSHPassword()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user