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

    Type Alias ChatFeatures

    ChatFeatures: Message<"plugnmeet.ChatFeatures"> & {
        allowChat?: boolean;
        allowFileUpload?: boolean;
        isAllow: boolean;
        isAllowFileUpload: boolean;
        allowedFileTypes: string[];
        maxFileSize?: string;
    }

    Type Declaration

    • OptionalallowChat?: boolean

      from field: optional bool allow_chat = 1 [deprecated = true];

    • OptionalallowFileUpload?: boolean

      from field: optional bool allow_file_upload = 2 [deprecated = true];

    • isAllow: boolean

      from field: bool is_allow = 5;

    • isAllowFileUpload: boolean

      from field: bool is_allow_file_upload = 6;

    • allowedFileTypes: string[]

      from field: repeated string allowed_file_types = 3;

    • OptionalmaxFileSize?: string

      from field: optional uint64 max_file_size = 4 [jstype = JS_STRING];

    from message plugnmeet.ChatFeatures