ReadonlySampleThe ACS audio-socket sample rate in Hz (e.g. 16000) — used to drive T0 resampling.
Registers the inbound per-participant audio handler on the bot's inbound socket (latest wins).
OptionalOnRegisters the raised-hand handler, when the platform exposes it. Optional — a tenant/build that does not surface a clean per-participant hand-raise event simply omits this method, and the binding tolerates its absence (never throws). "Latest handler wins" when present.
Sends one outbound PCM16 frame on the bot's outbound audio socket (the agent's voice).
The ACS application-hosted-media audio plane for a single call — the bot's per-participant inbound hearing socket and its outbound voice socket, plus the (optionally-absent) raised-hand signal. Production wires this over the ACS calling-bot media SDK; tests inject a fake. Speaks raw PCM16 frames; the T0 transcode happens in RealTeamsBindings via the pure helpers above.