Commit e0f9891c by Kim Peace

Fixed to remove participant name on collaboration screen

parent 5600af8f
...@@ -268,7 +268,7 @@ CollaborationFeature.updateHost = function () { ...@@ -268,7 +268,7 @@ CollaborationFeature.updateHost = function () {
CollaborationUI.showHostMark(g_isMainManUsername); CollaborationUI.showHostMark(g_isMainManUsername);
$("#remoteVideoNameSpan").addClass("hide"); $(".remoteVideoNameSpan").addClass("none");
}; };
CollaborationUI.showHostButtons = function () { CollaborationUI.showHostButtons = function () {
......
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