Commit e33a99c0 by kaisa

feat:更新

parent 957e6f8c
Showing with 1 additions and 2 deletions
...@@ -895,12 +895,11 @@ webAppComm.prototype.setNativeSwipeBackEnabled = function (enabled) { ...@@ -895,12 +895,11 @@ webAppComm.prototype.setNativeSwipeBackEnabled = function (enabled) {
} }
// 59:上麦/下麦 // 59:上麦/下麦
webAppComm.prototype.micOnOff = function (type, num) { webAppComm.prototype.micOnOff = function (type) {
let obj = { let obj = {
"cid": 59, "cid": 59,
"data": { "data": {
"micType": type, // 0:上麦 1:下麦 "micType": type, // 0:上麦 1:下麦
"micNum": num, // 麦位号
} }
} }
let obj2 = JSON.stringify(obj); let obj2 = JSON.stringify(obj);
......
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 sign in to comment