Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKFileStatus Class Reference

Represents a file transfer's status, including current state and progress. More...

#include <ZMVideoSDKSession.h>

Inherits NSObject.

Properties

ZMVideoSDKFileTransferStatus transStatus
 The file transfer's status.
 
ZMFileTransferProgresstransProgress
 The file transfer's progress.
 

Detailed Description

Represents a file transfer's status, including current state and progress.

Definition at line 37 of file ZMVideoSDKSession.h.

Property Documentation

◆ transProgress

- (ZMFileTransferProgress*) transProgress
readnonatomicretain

The file transfer's progress.

Definition at line 45 of file ZMVideoSDKSession.h.

◆ transStatus

- (ZMVideoSDKFileTransferStatus) transStatus
readnonatomicassign

The file transfer's status.

Definition at line 41 of file ZMVideoSDKSession.h.