mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Enable sending dependency descriptor in group calls
This commit is contained in:
parent
a2bb194ce8
commit
21113ab37d
1 changed files with 1 additions and 0 deletions
|
@ -671,6 +671,7 @@ CreateSessionDescriptionForGroupCall(bool local,
|
|||
// auto tx_time_offset = webrtc::RtpExtension(webrtc::TransmissionOffset::Uri(), TX_TIME_OFFSET_EXT_ID);
|
||||
local_video->AddRtpHeaderExtension(transport_cc1);
|
||||
local_video->AddRtpHeaderExtension(video_orientation);
|
||||
local_video->AddRtpHeaderExtension(dependency_descriptor);
|
||||
for (auto& remote_video : remote_videos) {
|
||||
remote_video->AddRtpHeaderExtension(transport_cc1);
|
||||
remote_video->AddRtpHeaderExtension(video_orientation);
|
||||
|
|
Loading…
Reference in a new issue