|
Meeting SDK for iOS API Reference
|
Provides information about the status and progress of a file transfer during a Zoom meeting. More...
#include <MobileRTCMeetingChat.h>
Inherits NSObject.
Properties | |
| NSString * | messageId |
| The message identify of transfer file. | |
| MobileRTCFileTransferStatus | transStatus |
| The status of the file transfer. | |
| NSDate * | timeStamp |
| The time stamp of the file. | |
| BOOL | isSendToAll |
| Is the file send to all user in meeting? | |
| NSUInteger | fileSize |
| The bytes of transfer file size. | |
| NSString * | fileName |
| The file name of transfer file. | |
| NSUInteger | completePercentage |
| The ratio of the file transfer completed. | |
| NSUInteger | completeSize |
| The size of the file transferred so far in bytes. | |
| NSUInteger | bitPerSecond |
| The speed of the file transfer in bits per second. | |
Provides information about the status and progress of a file transfer during a Zoom meeting.
Definition at line 13 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
The speed of the file transfer in bits per second.
Definition at line 49 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
The ratio of the file transfer completed.
Definition at line 41 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
The size of the file transferred so far in bytes.
Definition at line 45 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The file name of transfer file.
Definition at line 37 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
The bytes of transfer file size.
Definition at line 33 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Is the file send to all user in meeting?
Definition at line 29 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
The message identify of transfer file.
Definition at line 17 of file MobileRTCMeetingChat.h.
|
readwritenonatomicstrong |
The time stamp of the file.
Definition at line 25 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
The status of the file transfer.
Definition at line 21 of file MobileRTCMeetingChat.h.