# How to support full ice and sdp?

**URL:** https://mediasoup.discourse.group/t/how-to-support-full-ice-and-sdp/4641
**Category:** mediasoup libraries
**Created:** [October 16, 2022, 4:11pm UTC](https://mediasoup.discourse.group/t/how-to-support-full-ice-and-sdp/4641 "2022-10-16T16:11:40Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![xujingzhou](https://yyz2.discourse-cdn.com/free1/user_avatar/mediasoup.discourse.group/xujingzhou/32/1780_2.png) [@xujingzhou](https://mediasoup.discourse.group/u/xujingzhou)
#### Post date: [October 16, 2022, 4:11pm UTC](https://mediasoup.discourse.group/t/how-to-support-full-ice-and-sdp/4641/1 "2022-10-16T16:11:40Z")

</div>

For special reasons, I need mediasoup to support full-ice and sdp. How should I solve this problem?

---

<div class="post-metadata">

### Author: ![nazar-pc](https://yyz2.discourse-cdn.com/free1/user_avatar/mediasoup.discourse.group/nazar-pc/32/369_2.png) [@nazar-pc](https://mediasoup.discourse.group/u/nazar-pc)
#### Post date: [October 16, 2022, 4:14pm UTC](https://mediasoup.discourse.group/t/how-to-support-full-ice-and-sdp/4641/2 "2022-10-16T16:14:00Z")

</div>

Full ICE is not supported and will never be. It is very suspicious that you need it, but if that is unavoidable then either mediasoup will not work for you or you’ll have to create a fork with necessary feature, which is very non-trivial and is the reason why it is not supported.

On SDP there will be no support for it either out of the box, but there are many ways to convert to/from SDP, just search the forum.

---

<div class="post-metadata">

### Author: ![xujingzhou](https://yyz2.discourse-cdn.com/free1/user_avatar/mediasoup.discourse.group/xujingzhou/32/1780_2.png) [@xujingzhou](https://mediasoup.discourse.group/u/xujingzhou)
#### Post date: [October 27, 2022, 12:55am UTC](https://mediasoup.discourse.group/t/how-to-support-full-ice-and-sdp/4641/3 "2022-10-27T00:55:24Z")

</div>

If ice-full needs to be supported, may I ask which code needs to be modified?  
@nazar-pc

---

<div class="post-metadata">

### Author: ![nazar-pc](https://yyz2.discourse-cdn.com/free1/user_avatar/mediasoup.discourse.group/nazar-pc/32/369_2.png) [@nazar-pc](https://mediasoup.discourse.group/u/nazar-pc)
#### Post date: [October 29, 2022, 10:28pm UTC](https://mediasoup.discourse.group/t/how-to-support-full-ice-and-sdp/4641/4 "2022-10-29T22:28:42Z")

</div>

Judging by the question you probably need to hire someone to do it.  
There isn’t a single line you need to modify, you need to read the spec and do a bunch of invasive changes across the codebase for that.
