livekit-server-sdk
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -48,2 +48,4 @@ import { TrackSource } from '@livekit/protocol'; | ||
agent?: boolean; | ||
/** allow participant to subscribe to metrics */ | ||
canSubscribeMetrics?: boolean; | ||
} | ||
@@ -50,0 +52,0 @@ export interface SIPGrant { |
{ | ||
"name": "livekit-server-sdk", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Server-side SDK for LiveKit", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"typedoc": "^0.26.0", | ||
"typescript": "5.5.x", | ||
"typescript": "5.6.x", | ||
"vite": "^5.2.9", | ||
@@ -32,0 +32,0 @@ "vitest": "^2.0.0" |
@@ -89,2 +89,5 @@ // SPDX-FileCopyrightText: 2024 LiveKit, Inc. | ||
agent?: boolean; | ||
/** allow participant to subscribe to metrics */ | ||
canSubscribeMetrics?: boolean; | ||
} | ||
@@ -91,0 +94,0 @@ |
Sorry, the diff of this file is not supported yet
214182
4097