plugNmeet JS SDK - v1.4.1
    Preparing search index...

    Type Alias ChatFeaturesParams

    type ChatFeaturesParams = {
        allow_chat: boolean;
        allow_file_upload: boolean;
        allowed_file_types: string[];
        max_file_size: number;
    }
    Index

    Properties

    allow_chat: boolean
    allow_file_upload: boolean
    allowed_file_types: string[]
    max_file_size: number