Feature/minimal media anchoring (#12)

* feature: release media from freeswitch

* handle mute/unmute

* linting

* update dep

* support for relaying dtmf via SIP INFO to FS

* fix ci test

* handle outdial error
This commit is contained in:
Dave Horton
2021-10-21 11:59:54 -04:00
committed by GitHub
parent 2ea516be8a
commit 07f3a55ec3
6 changed files with 178 additions and 4377 deletions
+1
View File
@@ -3,5 +3,6 @@
"DTLS": "off",
"SDES": "off",
"ICE": "remove",
"flags": ["media handover", "port latching"],
"rtcp-mux": ["demux"]
}
+1 -1
View File
@@ -3,7 +3,7 @@
"transport-protocol": "UDP/TLS/RTP/SAVPF",
"ICE": "force",
"SDES": "off",
"flags": ["generate mid", "SDES-no", "media handover"],
"flags": ["generate mid", "SDES-no", "media handover", "port latching"],
"rtcp-mux": ["require"]
},
"teams": {