Delen via


ACSOutgoingMediaStatisticsInfo-klasse

Verklaring

@interface ACSOutgoingMediaStatisticsInfo : NSObject;

Description

Aggregeren voor alle uitgaande informatie over mediastatistieken.

Methoden

Eigenschappen

audio

De lijst met de audiostatistieken voor het gesprek.

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

Video

De lijst met de videostatistieken voor het gesprek.

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

screenShare

De lijst met de statistieken van de schermshare voor de oproep.

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