Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/react-native-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@config-plugins/react-native-webrtc": "^14.0.0",
"@elevenlabs/react-native": "workspace:*",
"@livekit/react-native": "^2.9.6",
"@livekit/react-native-expo-plugin": "^1.0.1",
"@livekit/react-native-webrtc": "^137.0.2",
"@livekit/react-native": "^2.12.0",
"@livekit/react-native-expo-plugin": "^1.0.2",
"@livekit/react-native-webrtc": "^144.1.2",
"expo": "~55.0.23",
"expo-dev-client": "~55.0.32",
"expo-image-picker": "~55.0.20",
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
],
"overrides": {
"@asyncapi/parser": "^3.6.0"
},
"patchedDependencies": {
"livekit-client@2.16.1": "patches/livekit-client@2.16.1.patch"
}
},
"packageManager": "pnpm@10.28.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
},
"dependencies": {
"@elevenlabs/types": "workspace:*",
"livekit-client": "2.16.1"
"livekit-client": "^2.21.0"
}
}
2 changes: 1 addition & 1 deletion packages/client/src/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ declare global {
// -------------------------------------------------------------------------

class TextEncoder {
encode(input?: string): Uint8Array;
encode(input?: string): Uint8Array<ArrayBuffer>;
}

class TextDecoder {
Expand Down
7 changes: 1 addition & 6 deletions packages/client/src/utils/WebRTCConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,7 @@ export class WebRTCConnection extends BaseConnection {
);
}

const room = new Room({
// Force dual peer connection (v0) path to maintain compatibility
// with LiveKit servers that don't support the v1 join protocol
// (publisher offer bundled in JoinRequest). See #781.
singlePeerConnection: false,
});
const room = new Room();

try {
// Create connection instance first to set up event listeners
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"author": "ElevenLabs",
"license": "MIT",
"peerDependencies": {
"@livekit/react-native": "^2.9.2",
"@livekit/react-native-webrtc": "^137.0.2",
"@livekit/react-native": "^2.12.0",
"@livekit/react-native-webrtc": "^144.1.2",
"react": ">=17.0.0",
"react-native": ">=0.70.0"
},
Expand Down
17 changes: 0 additions & 17 deletions patches/livekit-client@2.16.1.patch

This file was deleted.

3,060 changes: 1,200 additions & 1,860 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading