RestComm / olympus

RestComm WebRTC Application
http://www.restcomm.com/
GNU Affero General Public License v3.0
15 stars 19 forks source link

Replace SDP pattern used to define media capabilities #140

Closed ghjansen closed 6 years ago

ghjansen commented 6 years ago

Current SDP patterns used to define media capabilities in a call (audio or video) are relying in the arbitrary bundling attribute, so Olympus have trouble identifying media capabilities when the call comes from systems that doesn't support bundling yet.

https://github.com/RestComm/olympus/blob/72929b8d6277f11b5cedaf89475cfdf6c4c43cef/src/main/webapp/resources/js/controllers/home.js#L532

https://github.com/RestComm/olympus/blob/72929b8d6277f11b5cedaf89475cfdf6c4c43cef/src/main/webapp/resources/js/controllers/home.js#L533

Current patterns should be replaced by non arbitrary attributes like m=audio and m=video.