From 462d9c511ad96cd2270d44bada243d981d5891e3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Jun 2023 09:18:20 +0200 Subject: update all of the rusty stuff. also fixed webrtc build problems --- client-native-export-track/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client-native-export-track/src') diff --git a/client-native-export-track/src/main.rs b/client-native-export-track/src/main.rs index 191d344..bee6dfb 100644 --- a/client-native-export-track/src/main.rs +++ b/client-native-export-track/src/main.rs @@ -3,7 +3,6 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2022 metamuffin */ -#![feature(box_syntax)] use clap::Parser; use client_native_lib::{ @@ -156,7 +155,7 @@ impl EventHandler for Handler { error!("export failed: {e}") } info!("stopping, telling the remote to stop too."); - peer.request_stop_resource(track.stream_id().await).await; + peer.request_stop_resource(track.stream_id()).await; } TransportChannel::DataChannel(_) => warn!("wrong type"), } -- cgit v1.2.3-70-g09d2