李勇

会议模块退出消息处理

@@ -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 //会议关闭,所有人都退出