WebRTC Video Chat 1.1.2
|
For now just wraps around a string containing the statistics as json. More...
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 | |
![]() | |
ConnectionId | mConnectionId |
Id of the connection this event is related to. | |
![]() | |
ConnectionId | ConnectionId [get, set] |
Id of the connection this event is related to. | |
For now just wraps around a string containing the statistics as json.
Byn.Awrtc.StatsEvent.StatsEvent | ( | ConnectionId | id, |
string | json ) |
Creates a new StatsEvent with the given ConnectionId and json string.
id | |
json |
string Byn.Awrtc.StatsEvent.AsJson | ( | ) |
Returns the json string containing the statistics.