Package io.getstream.video.android.core
Class CallStatsReport
-
- All Implemented Interfaces:
public final class CallStatsReport
-
-
Field Summary
Fields Modifier and Type Field Description private final RtcStatsReportpublisherprivate final RtcStatsReportsubscriber
-
Constructor Summary
Constructors Constructor Description CallStatsReport(RtcStatsReport publisher, RtcStatsReport subscriber)
-
Method Summary
Modifier and Type Method Description final RtcStatsReportgetPublisher()final RtcStatsReportgetSubscriber()-
-
Constructor Detail
-
CallStatsReport
CallStatsReport(RtcStatsReport publisher, RtcStatsReport subscriber)
-
-
Method Detail
-
getPublisher
final RtcStatsReport getPublisher()
-
getSubscriber
final RtcStatsReport getSubscriber()
-
-
-
-