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

    Type Alias RoomArtifactFileInfo

    RoomArtifactFileInfo: Message<"plugnmeet.RoomArtifactFileInfo"> & {
        filePath: string;
        fileSize: string;
        mimeType: string;
    }

    FileInfo contains details about a generated file artifact.

    Type Declaration

    • filePath: string

      from field: string file_path = 1;

    • fileSize: string

      from field: int64 file_size = 2 [jstype = JS_STRING];

    • mimeType: string

      from field: string mime_type = 3;

    from message plugnmeet.RoomArtifactFileInfo