ACSOutgoingMediaStatisticsInfo クラス
宣言
@interface ACSOutgoingMediaStatisticsInfo : NSObject;
説明
すべての発信メディア統計情報の集計。
メソッド
プロパティ
オーディオ
通話のオーディオ統計情報の一覧。
@property (copy, nonnull, readonly) NSArray<ACSOutgoingAudioStatistics *> * audio;
video
通話のビデオ統計情報の一覧。
@property (copy, nonnull, readonly) NSArray<ACSOutgoingVideoStatistics *> * video;
screenShare
画面の一覧は、呼び出しの統計情報を共有します。
@property (copy, nonnull, readonly) NSArray<ACSOutgoingScreenShareStatistics *> * screenShare;