Commit 2417f1bd by Kang Donghun

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

parent d2a3c40e
...@@ -235,3 +235,8 @@ function Coview_changeHost(shopMemberId) { ...@@ -235,3 +235,8 @@ function Coview_changeHost(shopMemberId) {
console.log("Change Host To " + shopMemberId); console.log("Change Host To " + shopMemberId);
coview_api.HostChange(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