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

    Type Alias UpdateUserLockSettingsReq

    UpdateUserLockSettingsReq: Message<"plugnmeet.UpdateUserLockSettingsReq"> & {
        roomSid: string;
        roomId: string;
        userId: string;
        service: string;
        direction: string;
        RequestedUserId: string;
    }

    Type Declaration

    • roomSid: string

      from field: string room_sid = 1;

    • roomId: string

      from field: string room_id = 2;

    • userId: string

      from field: string user_id = 3;

    • service: string

      from field: string service = 4;

    • direction: string

      from field: string direction = 5;

    • RequestedUserId: string

      from field: string Requested_user_id = 6;

    from message plugnmeet.UpdateUserLockSettingsReq