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

    Type Alias InsightsGetUserStatusRes

    InsightsGetUserStatusRes: Message<"plugnmeet.InsightsGetUserStatusRes"> & {
        status: boolean;
        msg: string;
        serviceType: InsightsServiceType;
        isActive: boolean;
        spokenLang?: string;
        allowedTranscriptionStorage?: boolean;
    }

    Type Declaration

    • status: boolean

      from field: bool status = 1;

    • msg: string

      from field: string msg = 2;

    • serviceType: InsightsServiceType

      from field: plugnmeet.InsightsServiceType service_type = 3;

    • isActive: boolean

      from field: bool is_active = 4;

    • OptionalspokenLang?: string

      from field: optional string spoken_lang = 5;

    • OptionalallowedTranscriptionStorage?: boolean

      from field: optional bool allowed_transcription_storage = 6;

    from message plugnmeet.InsightsGetUserStatusRes