WebRTC Video Chat 1.1.2
Loading...
Searching...
No Matches
Byn.Awrtc.StatsEvent Class Reference

For now just wraps around a string containing the statistics as json. More...

Inheritance diagram for Byn.Awrtc.StatsEvent:
Byn.Awrtc.RtcEvent

Public Member Functions

 StatsEvent (ConnectionId id, string json)
 Creates a new StatsEvent with the given ConnectionId and json string.
 
string AsJson ()
 Returns the json string containing the statistics.
 

Additional Inherited Members

- Protected Attributes inherited from Byn.Awrtc.RtcEvent
ConnectionId mConnectionId
 Id of the connection this event is related to.
 
- Properties inherited from Byn.Awrtc.RtcEvent
ConnectionId ConnectionId [get, set]
 Id of the connection this event is related to.
 

Detailed Description

For now just wraps around a string containing the statistics as json.

Constructor & Destructor Documentation

◆ StatsEvent()

Byn.Awrtc.StatsEvent.StatsEvent ( ConnectionId id,
string json )

Creates a new StatsEvent with the given ConnectionId and json string.

Parameters
id
json

Member Function Documentation

◆ AsJson()

string Byn.Awrtc.StatsEvent.AsJson ( )

Returns the json string containing the statistics.

Returns
A string containing the statistics as json.

The documentation for this class was generated from the following file: