Compartilhar via


Classe ACSOutgoingMediaStatisticsInfo

Declaração

@interface ACSOutgoingMediaStatisticsInfo : NSObject;

Description

Agregar para todas as informações de estatísticas de mídia de saída.

Methods

Propriedades

audio

A lista das estatísticas de áudio da chamada.

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

vídeo

A lista das estatísticas de vídeo da chamada.

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

screenShare

A lista das estatísticas de compartilhamento de tela da chamada.

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