Browse Source

MT#55283 set default media bandwidth

Change-Id: If5a765533f656c7177efb9a31e953a7520117441
pull/1838/head
Richard Fuchs 1 year ago
parent
commit
14b7569b1c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      daemon/call.c

+ 1
- 0
daemon/call.c View File

@ -664,6 +664,7 @@ struct call_media *call_media_new(call_t *call) {
med->media_subscriptions_ht = subscription_ht_new();
mutex_init(&med->dtmf_lock);
med->sdp_attr_print = sdp_insert_media_attributes;
med->desired_bandwidth_as = med->desired_bandwidth_rr = med->desired_bandwidth_rs = -1;
return med;
}


Loading…
Cancel
Save