更新時間:2019-11-19
該接口用于在會議中發(fā)送消息。
發(fā)送會議消息的前提是已加入會議。
var cloudecSendMsg = function () { var conference = client.getConfHandler(); if (conference == null) { alert("Meeting has not yet started"); return; } var cloudecMessageParam = { msgType: 0, msgContent: "this is message content", receiveID: -1 } client.sendMessage(cloudecMessageParam); } |
參考文件:\usage\components\attendee_list.html。
支持群聊和私聊。