Skip to content

Commit fdaee3d

Browse files
committed
Trying to fix stun\turn
1 parent b1a5634 commit fdaee3d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://[email protected]/sepfy/esp_ports
44
[submodule "esp32-s3-box-3/deps/libpeer"]
55
path = esp32-s3-box-3/deps/libpeer
6-
url = https://github.com/aconchillo/libpeer.git
6+
url = https://github.com/filipi87/libpeer.git
77
[submodule "esp32-s3-box-3/components/esp-libopus"]
88
path = esp32-s3-box-3/components/esp-libopus
99
url = https://github.com/XasWorks/esp-libopus.git

esp32-s3-box-3/src/webrtc.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ static void pipecat_on_icecandidate_task(char *description, void *user_data) {
9292
void pipecat_init_webrtc() {
9393
PeerConfiguration peer_connection_config = {
9494
.ice_servers = {
95-
// { .urls = "turn:turn.cloudflare.com:3478",
96-
// .username = "g0d469a73c42effe51f1a50e85148730acdc2a38244472ab2b99bb556b139cc2",
97-
// .credential = "ff4634c0424b1698e0313da9a3cc04ba4ed3c7847a6863692f10b760f8aad9ca"},
9895
{ .urls = "stun:stun.l.google.com:19302", .username = NULL, .credential = NULL },
9996
},
10097
.audio_codec = CODEC_OPUS,

0 commit comments

Comments
 (0)