Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKFileStatus Class Reference

Represents the status of a file transfer, including current state and progress. More...

#include <ZoomVideoSDKFileTranserHandle.h>

Inherits NSObject.

Properties

ZoomVideoSDKFileTransferStatus transStatus
 Gets the status of the file transfer.
 
ZoomVideoSDKFileTransferProgresstransProgress
 Gets the progress of the file transfer.
 

Detailed Description

Represents the status of a file transfer, including current state and progress.

Definition at line 35 of file ZoomVideoSDKFileTranserHandle.h.

Property Documentation

◆ transProgress

- (ZoomVideoSDKFileTransferProgress*) transProgress
readwritenonatomicstrong

Gets the progress of the file transfer.

Definition at line 43 of file ZoomVideoSDKFileTranserHandle.h.

◆ transStatus

- (ZoomVideoSDKFileTransferStatus) transStatus
readwritenonatomicassign

Gets the status of the file transfer.

Definition at line 39 of file ZoomVideoSDKFileTranserHandle.h.