Skip to content

Commit

Permalink
webrtc: disable relay allow other
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Oct 24, 2023
1 parent c4b9610 commit 2844a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machinery/src/webrtc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func InitializeWebRTCConnection(configuration *models.Configuration, communicati
Credential: w.TurnServersCredential,
},
},
ICETransportPolicy: pionWebRTC.ICETransportPolicyRelay,
//ICETransportPolicy: pionWebRTC.ICETransportPolicyRelay,
},
)

Expand Down

0 comments on commit 2844a5a

Please sign in to comment.