Skip to content

Commit

Permalink
Send relay credentials with turn updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Jan 8, 2025
1 parent 409003b commit cb50f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions management/server/token_mgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ func (m *TimeBasedAuthSecretsManager) refreshTURNTokens(ctx context.Context, pee
return
case <-ticker.C:
m.pushNewTURNTokens(ctx, peerID)
m.pushNewRelayTokens(ctx, peerID)
}
}
}
Expand Down

0 comments on commit cb50f98

Please sign in to comment.