Member Junction
    Preparing search index...

    Teams meetings binding configuration.

    interface TeamsMeetingsConfig {
        acsSampleRate?: number;
        appId?: string;
        botAccessToken?: string;
        enabled?: boolean;
        modelSampleRate?: number;
        notificationClientState?: string;
        tenantId?: string;
    }
    Index

    Properties

    acsSampleRate?: number

    The ACS application-hosted-media PCM sample rate (Hz) the audio plane negotiates. Defaults to 16000.

    appId?: string

    Azure App (client) ID with Calling / Cloud Communications permissions.

    botAccessToken?: string

    Pre-resolved bot access token for Microsoft Graph / Calling API calls.

    enabled?: boolean

    Whether Teams meeting joins are enabled.

    modelSampleRate?: number

    The realtime model's PCM16 sample rate (Hz) the binding resamples to/from. Defaults to 16000.

    notificationClientState?: string

    The shared secret set as clientState on the Graph subscription; gates the change-notification webhook.

    tenantId?: string

    Azure AD Tenant ID.