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

    Type Alias CreateIngressRes

    CreateIngressRes: Message<"plugnmeet.CreateIngressRes"> & {
        status: boolean;
        msg: string;
        inputType: IngressInput;
        url: string;
        streamKey: string;
    }

    Type Declaration

    • status: boolean

      from field: bool status = 1;

    • msg: string

      from field: string msg = 2;

    • inputType: IngressInput

      from field: plugnmeet.IngressInput input_type = 3;

    • url: string

      from field: string url = 4;

    • streamKey: string

      from field: string stream_key = 5;

    from message plugnmeet.CreateIngressRes