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

    Type Alias ArtifactInfo

    ArtifactInfo: Message<"plugnmeet.ArtifactInfo"> & {
        artifactId: string;
        roomId: string;
        type: RoomArtifactType;
        created: string;
        metadata?: RoomArtifactMetadata;
    }

    A single artifact entry in the list response

    Type Declaration

    • artifactId: string

      from field: string artifact_id = 1;

    • roomId: string

      from field: string room_id = 2;

    • type: RoomArtifactType

      from field: plugnmeet.RoomArtifactType type = 3;

    • created: string

      from field: string created = 4;

    • Optionalmetadata?: RoomArtifactMetadata

      from field: plugnmeet.RoomArtifactMetadata metadata = 5;

    from message plugnmeet.ArtifactInfo