|
@@ -1027,12 +1027,13 @@ function getCameraVideoSize(videoWidth,
|
1027
|
1027
|
}
|
1028
|
1028
|
|
1029
|
1029
|
$(document).ready(function () {
|
|
1030
|
+ document.title = brand.appName;
|
1030
|
1031
|
|
1031
|
1032
|
if(config.enableWelcomePage && window.location.pathname == "/" &&
|
1032
|
1033
|
(!window.localStorage.welcomePageDisabled || window.localStorage.welcomePageDisabled == "false"))
|
1033
|
1034
|
{
|
1034
|
1035
|
$("#videoconference_page").hide();
|
1035
|
|
- $("#domain_name").text(window.location.host + "/");
|
|
1036
|
+ $("#domain_name").text(window.location.protocol + "//" + window.location.host + "/");
|
1036
|
1037
|
$("span[name='appName']").text(brand.appName);
|
1037
|
1038
|
function enter_room()
|
1038
|
1039
|
{
|