fix: implementation fingerprint #52

This commit is contained in:
zarazaex69
2026-05-13 15:54:45 +03:00
parent f9c5f2c964
commit 609b6a4927

View File

@@ -145,7 +145,7 @@ func (s *Session) sendTelemetry(ctx context.Context, endpoint, event string) {
"peerId": s.peerID,
"roomId": s.roomID,
"displayName": s.name,
"implementation": "olcrtc-go",
"implementation": "browser",
"dataChannel": map[string]any{
"bufferedAmount": s.GetBufferedAmount(),
"sendQueue": len(s.sendQueue),