livekit-client
Advanced tools
Comparing version 1.15.11 to 1.15.12
{ | ||
"name": "livekit-client", | ||
"version": "1.15.11", | ||
"version": "1.15.12", | ||
"description": "JavaScript/TypeScript client SDK for LiveKit", | ||
@@ -98,3 +98,3 @@ "main": "./dist/livekit-client.umd.js", | ||
"format:check": "prettier --check src", | ||
"ci:publish": "pnpm build && pnpm compat && changeset publish", | ||
"ci:publish": "pnpm build && pnpm compat && changeset publish --tag legacy", | ||
"downlevel-dts": "downlevel-dts ./dist/ ./dist/ts4.2 --to=4.2", | ||
@@ -101,0 +101,0 @@ "compat": "eslint --no-eslintrc --config ./.eslintrc.dist.cjs ./dist/livekit-client.umd.js", |
@@ -76,3 +76,3 @@ import log, { LoggerNames, getLogger } from '../logger'; | ||
this.publisher = new PCTransport(rtcConfig, googConstraints, loggerOptions); | ||
this.subscriber = new PCTransport(rtcConfig, loggerOptions); | ||
this.subscriber = new PCTransport(rtcConfig, undefined, loggerOptions); | ||
@@ -79,0 +79,0 @@ this.publisher.onConnectionStateChange = this.updateState; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
6092740