Send data
@override Future<void> send(dynamic data) async { if (data is String) { _dc.send(rtc.RTCDataChannelMessage(data)); } }