ReadonlySampleThe ACS audio-socket sample rate in Hz (e.g. 16000) — drives T0 resampling in RealTeamsBindings.
Registers the inbound per-participant audio handler for the call's socket (latest handler wins).
OptionalOnRegisters the raised-hand handler for the call when the platform/registry surfaces it. Optional — absence is tolerated by RealTeamsBindings (the handler simply never fires).
Sends one outbound PCM16 frame on the bot's outbound audio socket for the call (the agent's voice).
The server-owned per-call audio pump the ACS application-hosted-media plane runs on — the analogue of
ITwilioMediaPumpfor telephony. The long-lived ACS audio socket is a server concern (it spans the whole call and the native-media /wsdependency lives in MJServer), so this seam lets the in-package binding push the bot's outbound PCM and register for inbound per-participant PCM without ever owning the socket. Production wires it over the server's per-call ACS media registry; tests inject a fake.