RTCPeerConnectionStats constructor

RTCPeerConnectionStats({
  1. int? dataChannelsOpened,
  2. int? dataChannelsClosed,
})

Implementation

external factory RTCPeerConnectionStats(
    {int? dataChannelsOpened, int? dataChannelsClosed});