Member Junction
    Preparing search index...

    Options RealTeamsBindings needs at construction — the injected client surfaces + audio rates.

    interface RealTeamsBindingsOptions {
        Graph: IGraphCallsLike;
        Media: IAcsMediaLike;
        ModelSampleRate?: number;
    }
    Index

    Properties

    The Graph cloud-communications control-plane surface (create/join call, roster, chat, mute, hangup).

    The ACS application-hosted-media audio plane (inbound hearing + outbound voice + hand-raise).

    ModelSampleRate?: number

    The realtime model's PCM16 sample rate (Hz) the seam carries on both directions. The binding resamples between this and IAcsMediaLike.SampleRate via the T0 codec. Defaults to 16000.