Uses of Class
com.mypurecloud.sdk.v2.model.MediaRtpStatistics
Packages that use MediaRtpStatistics
-
Uses of MediaRtpStatistics in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MediaRtpStatisticsModifier and TypeMethodDescriptionMediaRtpStatistics.averageJitter(Double averageJitter) The average jitterMediaRtpStatistics.estimatedAverageMos(Double estimatedAverageMos) The estimated average MOS scoreMediaEndpointStatistics.getRtp()MediaRtpStatistics.packetsReceived(Integer packetsReceived) Number of packets received, including all invalid, duplicate, and discarded packetsMediaRtpStatistics.packetsSent(Integer packetsSent) Number of packets sentMediaRtpStatistics.rtpEventsReceived(Integer rtpEventsReceived) Number of RFC#2833 packets receivedMediaRtpStatistics.rtpEventsSent(Integer rtpEventsSent) Number of RFC#2833 packets sentMethods in com.mypurecloud.sdk.v2.model with parameters of type MediaRtpStatisticsModifier and TypeMethodDescriptionMediaEndpointStatistics.rtp(MediaRtpStatistics rtp) Statistics of sent and received RTP.voidMediaEndpointStatistics.setRtp(MediaRtpStatistics rtp)