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); }