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 ci/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- hermes-engine (0.74.2):
- hermes-engine/Pre-built (= 0.74.2)
- hermes-engine/Pre-built (0.74.2)
- livekit-react-native (2.9.1):
- livekit-react-native (2.9.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1375,10 +1375,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
FBLazyVector: 4bc164e5b5e6cfc288d2b5ff28643ea15fa1a589
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
hermes-engine: 01d3e052018c2a13937aca1860fbedbccd4a41b7
livekit-react-native: 22180f283c63416a81f8765555fccc7a33f0a044
livekit-react-native-webrtc: 3bb1be767c4e489f69bca662eba1c5e7b1e1be0d
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@livekit/components-react": "^2.8.1",
"@livekit/mutex": "^1.1.1",
"array.prototype.at": "^1.1.1",
"base64-js": "1.5.1",
"event-target-shim": "6.0.2",
"events": "^3.3.0",
"loglevel": "^1.8.0",
"promise.allsettled": "^1.0.5",
"react-native-quick-base64": "^2.2.1",
"react-native-url-polyfill": "^1.3.0",
"typed-emitter": "^2.1.0",
"web-streams-polyfill": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/audio/MediaRecorder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
Event,
defineEventAttribute,
} from 'event-target-shim/index';
import { toByteArray } from 'react-native-quick-base64';
import { toByteArray } from 'base64-js';
import LiveKitModule from '../LKNativeModule';
import { log } from '../logger';

Expand Down
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'well-known-symbols/Symbol.asyncIterator/auto';
import 'well-known-symbols/Symbol.iterator/auto';
import './polyfills/MediaRecorderShim';
import 'react-native-quick-base64';
import { registerGlobals as webrtcRegisterGlobals } from '@livekit/react-native-webrtc';
import { setupURLPolyfill } from 'react-native-url-polyfill';
import './polyfills/EncoderDecoderTogether.min.js';
Expand Down
12 changes: 1 addition & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2466,6 +2466,7 @@ __metadata:
"@types/react": ^18.2.6
array.prototype.at: ^1.1.1
babel-jest: ^29.6.3
base64-js: 1.5.1
commitlint: ^16.2.1
eslint: ^8.23.0
eslint-config-prettier: ^8.5.0
Expand All @@ -2483,7 +2484,6 @@ __metadata:
react: 18.2.0
react-native: 0.74.2
react-native-builder-bob: ^0.18.2
react-native-quick-base64: ^2.2.1
react-native-url-polyfill: ^1.3.0
release-it: ^14.2.2
typed-emitter: ^2.1.0
Expand Down Expand Up @@ -10739,16 +10739,6 @@ __metadata:
languageName: node
linkType: hard

"react-native-quick-base64@npm:^2.2.1":
version: 2.2.2
resolution: "react-native-quick-base64@npm:2.2.2"
peerDependencies:
react: "*"
react-native: "*"
checksum: 51cd8df0b7f78d4c10996f157927cc075b8a9e85f7d0e48790a4247a033ca335e440c96572969fb6f6b49135d51dbf87c6d659fba509b51b9237957d41a6c580
languageName: node
linkType: hard

"react-native-url-polyfill@npm:^1.3.0":
version: 1.3.0
resolution: "react-native-url-polyfill@npm:1.3.0"
Expand Down