|
Meeting SDK for macOS API Reference
|
Provides information about the status and progress of a file transfer during a Zoom meeting. More...
#include <ZoomSDKMeetingChatController.h>
Inherits NSObject.
Properties | |
| NSString * | messageId |
| The message identify of transfer file. | |
| ZoomSDKFileTransferStatus | transferStatus |
| The file transfer's status. | |
| time_t | timeStamp |
| The time stamp of the file. | |
| BOOL | isSendToAll |
| Is the file send to all user in meeting? | |
| unsigned int | fileSizeBytes |
| The bytes of transfer file size. | |
| NSString * | fileName |
| The file name of transfer file. | |
| unsigned int | completePercentage |
| The file transfer's completion ratio. | |
| unsigned int | completeSize |
| The file's transferred size so far in bytes. | |
| unsigned int | bitPerSecond |
| The file transfer's speed in bits per second. | |
Provides information about the status and progress of a file transfer during a Zoom meeting.
Definition at line 17 of file ZoomSDKMeetingChatController.h.
|
readnonatomicassign |
The file transfer's speed in bits per second.
Definition at line 53 of file ZoomSDKMeetingChatController.h.
|
readnonatomicassign |
The file transfer's completion ratio.
Definition at line 45 of file ZoomSDKMeetingChatController.h.
|
readnonatomicassign |
The file's transferred size so far in bytes.
Definition at line 49 of file ZoomSDKMeetingChatController.h.
|
readnonatomiccopy |
The file name of transfer file.
Definition at line 41 of file ZoomSDKMeetingChatController.h.
|
readnonatomicassign |
The bytes of transfer file size.
Definition at line 37 of file ZoomSDKMeetingChatController.h.
|
readnonatomicassign |
Is the file send to all user in meeting?
Definition at line 33 of file ZoomSDKMeetingChatController.h.
|
readnonatomiccopy |
The message identify of transfer file.
Definition at line 21 of file ZoomSDKMeetingChatController.h.
|
readnonatomicassign |
The time stamp of the file.
Definition at line 29 of file ZoomSDKMeetingChatController.h.
|
readnonatomicassign |
The file transfer's status.
Definition at line 25 of file ZoomSDKMeetingChatController.h.