Masoud MJ

Results 3 comments of Masoud MJ

> Does this still happen with the current version? It should have been fixed in the latest ggml sync. I tested 2 times with master branch again and now this...

` tokio::spawn(async move { let rtc_track = video_track.rtc_track(); let mut video_stream = NativeVideoStream::new(rtc_track); let source = NativeVideoSource::new(VideoResolution { width: publication.dimension().0, height: publication.dimension().1, }); let video_source = RtcVideoSource::Native(source.clone()); let identity =...

@davidzhao This problem happens EXACTLY after version 0.7.0 I mean I tested all rust sdk versions from latest down to 0.7.0 and saw that this version does not have this...