mirror of
https://github.com/livekit/livekit.git
synced 2026-05-24 19:05:36 +00:00
ensure participant init is correctly serialized for logging (#4417)
This commit is contained in:
@@ -94,7 +94,7 @@ func (r *signalClient) StartParticipantSignal(
|
||||
"reqNodeID", nodeID,
|
||||
"participant", pi.Identity,
|
||||
"connID", connectionID,
|
||||
"participantInit", pi,
|
||||
"participantInit", &pi,
|
||||
"startSession", logger.Proto(ss),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user