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

    Type Alias RoomArtifactUserInfo

    RoomArtifactUserInfo: Message<"plugnmeet.RoomArtifactUserInfo"> & {
        userId: string;
        name?: string;
    }

    UserInfo contains details about the user associated with an artifact.

    Type Declaration

    • userId: string

      from field: string user_id = 1;

    • Optionalname?: string

      from field: optional string name = 2;

    from message plugnmeet.RoomArtifactUserInfo