|
WebRTC Video Chat 1.1.4
|
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 | |
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. | |
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.