CallWithChatEvent type
Events fired off by the CallWithChatAdapter.
type CallWithChatEvent =
| "callError"
| "chatError"
| "callEnded"
| "isMutedChanged"
| "callIdChanged"
| "isLocalScreenSharingActiveChanged"
| "displayNameChanged"
| "isSpeakingChanged"
| "callParticipantsJoined"
| "callParticipantsLeft"
| "selectedMicrophoneChanged"
| "selectedSpeakerChanged"
| "messageReceived"
| "messageSent"
| "messageRead"
| "chatParticipantsAdded"
| "chatParticipantsRemoved"