Changes between Version 1 and Version 3 of Ticket #949
- Timestamp:
- Jan 12, 2010 10:23:45 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #949
- Property Priority changed from normal to minor
- Property Milestone changed from release-1.5 to release-1.6
-
Ticket #949 – Description
v1 v3 1 1 Currently media transport attributes transmitted by refresher is not really generated by media transport, it is just resending current active local SDP. Currently, it works fine while depending on an assumption that the attributes do not change since from the initial offer/answer. 2 3 The problem is because transport's {{{encode_sdp()}}} callback is not called to "bless" the SDP. While the transport's {{{media_start()}}} '''will''' be called, some transports may get upset because of this.