cleanup: webrtc-sys & fix RtcRuntime disposing crashes (#81)

This commit is contained in:
Théo Monnom
2023-06-04 01:02:00 +02:00
committed by GitHub
parent 05ad1c95af
commit 55bda13069
80 changed files with 2209 additions and 1954 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ use crate::imp::video_stream as stream_imp;
#[cfg(not(target_arch = "wasm32"))]
pub mod native {
use super::stream_imp;
use crate::media_stream::RtcVideoTrack;
use crate::video_frame::BoxVideoFrame;
use crate::video_track::RtcVideoTrack;
use futures::stream::Stream;
use std::fmt::Debug;
use std::pin::Pin;