mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-31 17:39:44 +00:00
fix: implementation fingerprint #52
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user