你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CallWithChatEvent type
由 CallWithChatAdapter 触发的事件。
type CallWithChatEvent =
| "callError"
| "chatError"
| "callEnded"
| "isMutedChanged"
| "callIdChanged"
| "isLocalScreenSharingActiveChanged"
| "displayNameChanged"
| "isSpeakingChanged"
| "callParticipantsJoined"
| "callParticipantsLeft"
| "selectedMicrophoneChanged"
| "selectedSpeakerChanged"
| "messageReceived"
| "messageSent"
| "messageRead"
| "chatParticipantsAdded"
| "chatParticipantsRemoved"