plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias InsightsTranscriptionUserSessionReq

    InsightsTranscriptionUserSessionReq: Message<
        "plugnmeet.InsightsTranscriptionUserSessionReq",
    > & {
        action: InsightsUserSessionAction;
        spokenLang?: string;
        allowedTranscriptionStorage: boolean;
    }

    Type Declaration

    • action: InsightsUserSessionAction

      from field: plugnmeet.InsightsUserSessionAction action = 1;

    • OptionalspokenLang?: string

      from field: optional string spoken_lang = 2;

    • allowedTranscriptionStorage: boolean

      from field: bool allowed_transcription_storage = 3;

    from message plugnmeet.InsightsTranscriptionUserSessionReq