mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 19:55:41 +00:00
Log ParticipantInit on signal start to get a picture of join params (#3522)
This commit is contained in:
@@ -93,6 +93,9 @@ func (r *signalClient) StartParticipantSignal(
|
||||
"reqNodeID", nodeID,
|
||||
"participant", pi.Identity,
|
||||
"connID", connectionID,
|
||||
"mediaNodeID", nodeID,
|
||||
"participantInit", pi,
|
||||
"startSession", logger.Proto(ss),
|
||||
)
|
||||
|
||||
l.Debugw("starting signal connection")
|
||||
|
||||
Reference in New Issue
Block a user