Events
Constants
WebSocketMediaEnded
Triggers after the end of the audio stream sent by a third party through an OpenAI WebSocket (1 second of silence).
Parameters
client:
The Gemini.Experimental.LiveAPIClient instance.
mediaInfo:
OptionalInformation about the audio stream that can be obtained after the stream stops or pauses (1 second of silence).
tag:
undefined
OptionalSpecial tag to name audio streams sent over one Gemini WebSocket connection. With it, one can send 2 audios to 2 different media units at the same time.
WebSocketMediaStarted
Triggered when the audio stream sent by a third party through an OpenAI WebSocket is started playing.
Parameters
client:
The Gemini.Experimental.LiveAPIClient instance.
customParameters:
undefined
OptionalCustom parameters.
encoding:
undefined
OptionalAudio encoding formats.
tag:
undefined
OptionalSpecial tag to name audio streams sent over one Gemini WebSocket connection. With it, one can send 2 audios to 2 different media units at the same time.