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

    Type Alias NatsKvUserInfo

    NatsKvUserInfo: Message<"plugnmeet.NatsKvUserInfo"> & {
        userId: string;
        userSid: string;
        name: string;
        roomId: string;
        isAdmin: boolean;
        isPresenter: boolean;
        metadata: string;
        joinedAt: string;
        reconnectedAt: string;
        disconnectedAt: string;
    }

    Type Declaration

    • userId: string

      from field: string user_id = 1;

    • userSid: string

      from field: string user_sid = 2;

    • name: string

      from field: string name = 3;

    • roomId: string

      from field: string room_id = 4;

    • isAdmin: boolean

      from field: bool is_admin = 5;

    • isPresenter: boolean

      from field: bool is_presenter = 6;

    • metadata: string

      from field: string metadata = 7;

    • joinedAt: string

      from field: uint64 joined_at = 8 [jstype = JS_STRING];

    • reconnectedAt: string

      from field: uint64 reconnected_at = 9 [jstype = JS_STRING];

    • disconnectedAt: string

      from field: uint64 disconnected_at = 10 [jstype = JS_STRING];

    from message plugnmeet.NatsKvUserInfo