From 3124ab01b722c42d48e222e7a152ba648128d37b Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 17 Sep 2025 14:12:02 -0400 Subject: [PATCH] MT#63317 support bundle-require Change-Id: I82ab669458f56a4e3ec2edb95f7a499adadbb810 --- daemon/call.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daemon/call.c b/daemon/call.c index fcdcf6e70..1bc8c4818 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -3661,6 +3661,9 @@ static void monologue_bundle_offer(struct call_monologue *ml, sdp_ng_flags *flag // set bundle group media->bundle = bundle; + if (flags->bundle_require) + MEDIA_SET(media, BUNDLE_ONLY); + track_bundle_media_pt(media, exclude_pt); }