sipml5 icon indicating copy to clipboard operation
sipml5 copied to clipboard

How to change sdp in source code?

Open knightjie99 opened this issue 6 years ago • 3 comments

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.

knightjie99 avatar Jan 16 '19 07:01 knightjie99

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

adik avatar Jan 16 '19 07:01 adik