Skip to content

Commit 9c435d4

Browse files
committed
reverted to turn 2.0.12
1 parent 02f3e5c commit 9c435d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/fasthttp/websocket v1.4.3
88
github.com/lesismal/llib v1.1.4
99
github.com/lesismal/nbio v1.2.6
10-
// github.com/mehrvarz/turn/v2 v2.0.12
10+
github.com/mehrvarz/turn/v2 v2.0.12
1111
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450
12-
github.com/pion/turn/v2 v2.0.8
12+
//github.com/pion/turn/v2 v2.0.8
1313
github.com/pion/logging v0.2.2
1414
go.etcd.io/bbolt v1.3.6
1515
gopkg.in/ini.v1 v1.63.0

runturn.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"sync"
1010
"time"
1111

12-
"github.com/pion/turn/v2" // see: https://github.com/pion/turn/issues/206#issuecomment-907091251
13-
//"github.com/mehrvarz/turn/v2" // this _is_ pion/turn but with a minor patch for FF on Android
12+
//"github.com/pion/turn/v2" // see: https://github.com/pion/turn/issues/206#issuecomment-907091251
13+
"github.com/mehrvarz/turn/v2" // this _is_ pion/turn but with a minor patch for FF on Android
1414
"github.com/pion/logging"
1515
)
1616

0 commit comments

Comments
 (0)