DoubangoTelecom / sipml5

The world's first HTML5 SIP client (WebRTC)
BSD 3-Clause "New" or "Revised" License
944 stars 460 forks source link

How to change sdp in source code? #321

Open knightjie99 opened 5 years ago

knightjie99 commented 5 years ago
My current project needs to  modify the sdp ,make it similar microsip.The project is very urgent.Please give me some help , Thank you very much.
adik commented 5 years ago

You can try to modify the following functions to decorate sdp:

tmedia_session_jsep.prototype.decorate_lo = function () {} tmedia_session_jsep.prototype.decorate_ro = function (b_remove_bundle) {}

liangguohao66 commented 1 year ago

did you succeed on it ?

liangguohao66 commented 1 year ago

I am wondering if i need to modify webrtc source code...