VoiceAgentConnectionStateChangedHandler type
Volá, když se spojení hlasového agenta změní ve svém stavu.
type VoiceAgentConnectionStateChangedHandler = (
state: VoiceAgentConnectionState,
previousState: VoiceAgentConnectionState
) => void