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

    Type Alias SpeechToTextTranslationReq

    SpeechToTextTranslationReq: Message<"plugnmeet.SpeechToTextTranslationReq"> & {
        roomId: string;
        isEnabled: boolean;
        allowedSpeechLangs: string[];
        allowedSpeechUsers: string[];
        isEnabledTranslation: boolean;
        allowedTransLangs: string[];
        defaultSubtitleLang?: string;
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • isEnabled: boolean

      from field: bool is_enabled = 3;

    • allowedSpeechLangs: string[]

      from field: repeated string allowed_speech_langs = 4;

    • allowedSpeechUsers: string[]

      from field: repeated string allowed_speech_users = 5;

    • isEnabledTranslation: boolean

      from field: bool is_enabled_translation = 6;

    • allowedTransLangs: string[]

      from field: repeated string allowed_trans_langs = 7;

    • OptionaldefaultSubtitleLang?: string

      from field: optional string default_subtitle_lang = 8;

    from message plugnmeet.SpeechToTextTranslationReq