public static interface

SkylinkCallback.WebRtcStats

implements SkylinkCallback
sg.com.temasys.skylink.sdk.rtc.SkylinkCallback.WebRtcStats

Class Overview

This will be interface via API getSentWebRtcStats(String, String, WebRtcStats) or getReceivedWebRtcStats(String, WebRtcStats), which will provide the result for getting sent/received full statistics of a specific media id

Summary

Public Methods
abstract void onReceiveWebRtcStats(HashMap<String, String> stats)
This is triggered when WebRTC statistics of the specified media stream are available.
[Expand]
Inherited Methods
From interface sg.com.temasys.skylink.sdk.rtc.SkylinkCallback

Public Methods

public abstract void onReceiveWebRtcStats (HashMap<String, String> stats)

This is triggered when WebRTC statistics of the specified media stream are available.

Parameters
stats Map containing WebRTC provided statistics on the specified media.