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
 The status of the file transfer.
 
ZoomVideoSDKFileTransferProgresstransProgress
 The progress of the file transfer.
 

Detailed Description

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

Definition at line 38 of file ZoomVideoSDKFileTranserHandle.h.

Property Documentation

◆ transProgress

- (ZoomVideoSDKFileTransferProgress*) transProgress
readwritenonatomicstrong

The progress of the file transfer.

Definition at line 46 of file ZoomVideoSDKFileTranserHandle.h.

◆ transStatus

- (ZoomVideoSDKFileTransferStatus) transStatus
readwritenonatomicassign

The status of the file transfer.

Definition at line 42 of file ZoomVideoSDKFileTranserHandle.h.