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

    Type Alias CreateIngressReq

    CreateIngressReq: Message<"plugnmeet.CreateIngressReq"> & {
        inputType: IngressInput;
        participantName: string;
        roomId: string;
    }

    Type Declaration

    • inputType: IngressInput

      from field: plugnmeet.IngressInput input_type = 1;

    • participantName: string

      from field: string participant_name = 2;

    • roomId: string

      from field: string room_id = 3;

    from message plugnmeet.CreateIngressReq