ACSOutgoingMediaStatisticsInfo Class
Declaration
@interface ACSOutgoingMediaStatisticsInfo : NSObject;
Description
Aggregate for all outgoing Media Statistics information.
Methods
Properties
audio
The list of the audio statistics for the call.
@property (copy, nonnull, readonly) NSArray<ACSOutgoingAudioStatistics *> * audio;
video
The list of the video statistics for the call.
@property (copy, nonnull, readonly) NSArray<ACSOutgoingVideoStatistics *> * video;
screenShare
The list of the screen share statistics for the call.
@property (copy, nonnull, readonly) NSArray<ACSOutgoingScreenShareStatistics *> * screenShare;