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

    Type Alias RemoveParticipantReq

    RemoveParticipantReq: Message<"plugnmeet.RemoveParticipantReq"> & {
        sid: string;
        roomId: string;
        userId: string;
        msg: string;
        blockUser: boolean;
    }

    Type Declaration

    • sid: string

      from field: string sid = 1;

    • roomId: string

      from field: string room_id = 2;

    • userId: string

      from field: string user_id = 3;

    • msg: string

      from field: string msg = 4;

    • blockUser: boolean

      from field: bool block_user = 5;

    from message plugnmeet.RemoveParticipantReq