handleWebRTCMetric method

dynamic handleWebRTCMetric(
  1. String a
)

Implementation

handleWebRTCMetric(String a) {
  Log(LogLevel.Infor, 'metric : $a');

  const dcName = "adaptive";
  // var channel = this.datachannels.get(dcName);
  // if (channel == null) {
  //     Log(LogLevel.Warning, 'attempting to send message while data channel $dcName is ready');
  //     return;
  // }

  // channel.sendMessage(a);
}