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

    Type Alias IngressFeatures

    IngressFeatures: Message<"plugnmeet.IngressFeatures"> & {
        isAllow: boolean;
        inputType: IngressInput;
        url: string;
        streamKey: string;
    }

    Type Declaration

    • isAllow: boolean

      from field: bool is_allow = 1;

    • inputType: IngressInput

      from field: plugnmeet.IngressInput input_type = 2;

    • url: string

      from field: string url = 3;

    • streamKey: string

      from field: string stream_key = 4;

    from message plugnmeet.IngressFeatures