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

    Type Alias EnableSipDialInReq

    EnableSipDialInReq: Message<"plugnmeet.EnableSipDialInReq"> & {
        roomId: string;
        hidePhoneNumber: boolean;
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • hidePhoneNumber: boolean

      from field: bool hide_phone_number = 2;

    from message plugnmeet.EnableSipDialInReq