CallWithChatEvent type
Zdarzenia wyzwolone przez CallWithChatAdapter.
type CallWithChatEvent =
| "callError"
| "chatError"
| "callEnded"
| "isMutedChanged"
| "callIdChanged"
| "isLocalScreenSharingActiveChanged"
| "displayNameChanged"
| "isSpeakingChanged"
| "callParticipantsJoined"
| "callParticipantsLeft"
| "selectedMicrophoneChanged"
| "selectedSpeakerChanged"
| "isCaptionsActiveChanged"
| "captionsReceived"
| "isCaptionLanguageChanged"
| "isSpokenLanguageChanged"
| "realTimeTextReceived"
| "capabilitiesChanged"
| "spotlightChanged"
| "breakoutRoomsUpdated"
| "messageReceived"
| "messageEdited"
| "messageDeleted"
| "messageSent"
| "messageRead"
| "chatParticipantsAdded"
| "chatParticipantsRemoved"
| "chatInitialized"