Commit 6644d05e by Kang Donghun

Merge branch 'release_sp3_add_user' into 'release_sp3'

Fermiサーバー側に協業ユーザーID追加実装

See merge request !105
parents d2a3c40e 2417f1bd
......@@ -235,3 +235,8 @@ function Coview_changeHost(shopMemberId) {
console.log("Change Host To " + shopMemberId);
coview_api.HostChange(shopMemberId);
}
function Coview_addLoginId(loginId) {
console.log("addUser loginId = " + loginId);
coview_api.addUser(loginId);
}
\ No newline at end of file
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