共用方式為


ACSOutgoingMediaStatisticsInfo 類別

宣告

@interface ACSOutgoingMediaStatisticsInfo : NSObject;

Description

匯總所有傳出媒體統計數據資訊。

方法

屬性

音訊

通話的音訊統計數據清單。

@property (copy, nonnull, readonly) NSArray<ACSOutgoingAudioStatistics *> * audio;

影片

通話的視訊統計數據清單。

@property (copy, nonnull, readonly) NSArray<ACSOutgoingVideoStatistics *> * video;

screenShare

呼叫的螢幕共享統計數據清單。

@property (copy, nonnull, readonly) NSArray<ACSOutgoingScreenShareStatistics *> * screenShare;