Commit a0010776 by Kim Peace

Added host request proposal

parent 9f6b13cc
......@@ -258,6 +258,11 @@ $(function () {
}
CHAT_UI.refreshJoinedCollaboration(loginIdList);
break;
case "HostRequest":
// to be called by
// wc_api.dispatchEvent (new Event ("message"), {"HostRequest":"userID"});
console.log("consoleLog", json);
break;
default:
console.log("Unrecognized api", json);
break;
......
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