ACSIncomingMediaStatisticsInfo Class
Declaration
@interface ACSIncomingMediaStatisticsInfo : NSObject;
Description
Aggregate for all incoming Media Statistics information.
Methods
Properties
audio
The list of the audio statistics for the call.
@property (copy, nonnull, readonly) NSArray<ACSIncomingAudioStatistics *> * audio;
video
The list of the video statistics for the call.
@property (copy, nonnull, readonly) NSArray<ACSIncomingVideoStatistics *> * video;
screenShare
The list of the screen share statistics for the call.
@property (copy, nonnull, readonly) NSArray<ACSIncomingScreenShareStatistics *> * screenShare;