Class MediaServerReport
-
- All Implemented Interfaces:
public final class MediaServerReport
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisPublishICEConnectedprivate final BooleanisSubcribeICEConnectedprivate final HMSRTCStatsReportstatsprivate final FloatconnectionQualityScoreprivate final List<IceCandidate>publishIceCandidatesGatheredprivate final List<IceCandidate>subscribeIceCandidatesGatheredprivate final IceCandidatePairpublishICECandidatePairSelectedprivate final IceCandidatePairsubscribeICECandidatePairSelected
-
Constructor Summary
Constructors Constructor Description MediaServerReport()
-
Method Summary
Modifier and Type Method Description final BooleanisPublishICEConnected()True if ICE was connected for the publish connection final BooleanisSubcribeICEConnected()True if ICE was connected for the subscribe connection final HMSRTCStatsReportgetStats()The RTC stats for the test call final FloatgetConnectionQualityScore()Overall connection quality score for the test call final List<IceCandidate>getPublishIceCandidatesGathered()List of ICE candidates gathered for publish connection final List<IceCandidate>getSubscribeIceCandidatesGathered()List of ICE candidates gathered for subscribe connection final IceCandidatePairgetPublishICECandidatePairSelected()The ICE candidate pair selected for publish connection final IceCandidatePairgetSubscribeICECandidatePairSelected()The ICE candidate pair selected for subscribe connection StringtoString()-
-
Method Detail
-
isPublishICEConnected
final Boolean isPublishICEConnected()
True if ICE was connected for the publish connection
-
isSubcribeICEConnected
final Boolean isSubcribeICEConnected()
True if ICE was connected for the subscribe connection
-
getStats
final HMSRTCStatsReport getStats()
The RTC stats for the test call
-
getConnectionQualityScore
final Float getConnectionQualityScore()
Overall connection quality score for the test call
-
getPublishIceCandidatesGathered
final List<IceCandidate> getPublishIceCandidatesGathered()
List of ICE candidates gathered for publish connection
-
getSubscribeIceCandidatesGathered
final List<IceCandidate> getSubscribeIceCandidatesGathered()
List of ICE candidates gathered for subscribe connection
-
getPublishICECandidatePairSelected
final IceCandidatePair getPublishICECandidatePairSelected()
The ICE candidate pair selected for publish connection
-
getSubscribeICECandidatePairSelected
final IceCandidatePair getSubscribeICECandidatePairSelected()
The ICE candidate pair selected for subscribe connection
-
-
-
-