The host-mode handshake frame: the first inbound message on a host-mode
WebSocket connection, carrying the HostConfigSchema payload.
A host-mode client sends a single config frame that also carries the
audio negotiation fields (audioFormat/sampleRate/ttsSampleRate)
alongside host; they are captured here (optional) so the host-mode
handshake can honor the client's requested sample rates instead of
discarding them.
The host-mode handshake frame: the first inbound message on a host-mode WebSocket connection, carrying the HostConfigSchema payload.
A host-mode client sends a single
configframe that also carries the audio negotiation fields (audioFormat/sampleRate/ttsSampleRate) alongsidehost; they are captured here (optional) so the host-mode handshake can honor the client's requested sample rates instead of discarding them.