Zoom Meeting SDK for Web - Component View
    Preparing search index...

    Interface FileInfo

    Interface for file information in chat messages.

    interface FileInfo {
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    name: string

    Name of the file.

    type: string

    Type of the file.