-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
When I send video from my phone, the receiver sees a fixed screen orientation. Even if I rotate my phone, the image on their side does not change and can appear upside down. How can I fix this?
I use these settings:
let mut rtc = Rtc::builder()
.set_rtp_mode(false)
.clear_codecs()
.enable_h264(true)
.enable_opus(true)
.enable_vp8(true)
.enable_bwe(Some(self.rids_info.low_exac(clients_amount)))
.set_stats_interval(None)
.build();Metadata
Metadata
Assignees
Labels
No labels