mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 13:25:42 +00:00
Log setting ICE config in participant (#877)
This commit is contained in:
@@ -866,6 +866,7 @@ func (p *ParticipantImpl) OnICEConfigChanged(f func(participant types.LocalParti
|
||||
}
|
||||
|
||||
func (p *ParticipantImpl) SetICEConfig(iceConfig types.IceConfig) {
|
||||
p.params.Logger.Infow("setting ICE config", "iceConfig", iceConfig)
|
||||
p.lock.Lock()
|
||||
p.iceConfig = iceConfig
|
||||
if iceConfig.PreferPubTcp {
|
||||
|
||||
Reference in New Issue
Block a user