Delen via


AcsIncomingMediaStatisticsInfo-klasse

Verklaring

@interface ACSIncomingMediaStatisticsInfo : NSObject;

Description

Aggregeren voor alle binnenkomende gegevens over mediastatistieken.

Methoden

Eigenschappen

audio

De lijst met de audiostatistieken voor het gesprek.

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

Video

De lijst met de videostatistieken voor het gesprek.

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

screenShare

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

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