正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -419,7 +419,7 @@ class ConferApe extends Ape { | @@ -419,7 +419,7 @@ class ConferApe extends Ape { | ||
| 419 | chatMsg.message = this._rCArrayBufferUtil.uint8ArrayToStr(chatReceivePdu.userData, 2); | 419 | chatMsg.message = this._rCArrayBufferUtil.uint8ArrayToStr(chatReceivePdu.userData, 2); |
| 420 | chatMsg.actionType=chatReceivePdu.actionType; | 420 | chatMsg.actionType=chatReceivePdu.actionType; |
| 421 | loger.log("conferMsgComingHandler",chatMsg); | 421 | loger.log("conferMsgComingHandler",chatMsg); |
| 422 | - switch (chatMsg.ctionType){ | 422 | + switch (chatMsg.actionType){ |
| 423 | case ApeConsts.CLASS_ACTION_CLOSE_ALL: | 423 | case ApeConsts.CLASS_ACTION_CLOSE_ALL: |
| 424 | loger.log(chatMsg.message); | 424 | loger.log(chatMsg.message); |
| 425 | //会议关闭,所有人都退出 | 425 | //会议关闭,所有人都退出 |
-
请 注册 或 登录 后发表评论