Restart the peer connection
@override Future<void> restart() async { logger.info('Restarting peer connection...'); await shutdown(); await connect(); }