Thanks to visit codestin.com
Credit goes to github.com

Skip to content

refactor: Improve handshake resiliency of peer #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jan 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into peerlog
  • Loading branch information
kylecarbs committed Jan 30, 2022
commit a8fe659e6f0b5d51f62b3473e82712c1de5ec149
2 changes: 1 addition & 1 deletion peer/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func newWithClientOrServer(servers []webrtc.ICEServer, client bool, opts *ConnOp
opts.SettingEngine.SetSrflxAcceptanceMinWait(0)
opts.SettingEngine.DetachDataChannels()
lf := logging.NewDefaultLoggerFactory()
lf.DefaultLogLevel = logging.LogLevelDisabled
lf.DefaultLogLevel = logging.LogLevelTrace
opts.SettingEngine.LoggerFactory = lf
api := webrtc.NewAPI(webrtc.WithSettingEngine(opts.SettingEngine))
rtc, err := api.NewPeerConnection(webrtc.Configuration{
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.