Freigeben über


ACSOutgoingMediaStatisticsInfo-Klasse

Erklärung

@interface ACSOutgoingMediaStatisticsInfo : NSObject;

Description

Aggregieren für alle ausgehenden Medienstatistiken.

Methodik

Eigenschaften

audio

Die Liste der Audiostatistiken für den Anruf.

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

video

Die Liste der Videostatistiken für den Anruf.

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

screenShare

Die Liste der Bildschirmfreigabestatistiken für den Anruf.

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