Freigeben über


ACSOutgoingMediaStatisticsInfo-Klasse

Deklaration

@interface ACSOutgoingMediaStatisticsInfo : NSObject;

BESCHREIBUNG

Aggregat für alle ausgehenden Informationen zur Medienstatistik.

Methoden

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;