Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
ShareFileInMeetingChatParam Struct Reference

Share file in meeting chat params. More...

#include <IMeetingChatHelper.h>

Data Fields

std::string previewURL
 File preview URL.
 
std::string downloadURL
 File download URL.
 
std::string fileName
 File name.
 
std::string thumbnailURL
 File thumbnail URL.
 
std::string fileSize
 File size.
 
std::string fileID
 File ID.
 
std::string type
 Type.
 

Detailed Description

Share file in meeting chat params.

Definition at line 123 of file IMeetingChatHelper.h.

Field Documentation

◆ downloadURL

std::string ShareFileInMeetingChatParam::downloadURL

File download URL.

Definition at line 126 of file IMeetingChatHelper.h.

◆ fileID

std::string ShareFileInMeetingChatParam::fileID

File ID.

Definition at line 130 of file IMeetingChatHelper.h.

◆ fileName

std::string ShareFileInMeetingChatParam::fileName

File name.

Definition at line 127 of file IMeetingChatHelper.h.

◆ fileSize

std::string ShareFileInMeetingChatParam::fileSize

File size.

Definition at line 129 of file IMeetingChatHelper.h.

◆ previewURL

std::string ShareFileInMeetingChatParam::previewURL

File preview URL.

Definition at line 125 of file IMeetingChatHelper.h.

◆ thumbnailURL

std::string ShareFileInMeetingChatParam::thumbnailURL

File thumbnail URL.

Definition at line 128 of file IMeetingChatHelper.h.

◆ type

std::string ShareFileInMeetingChatParam::type

Type.

Definition at line 131 of file IMeetingChatHelper.h.