Skip to content

Commit cd5e4f2

Browse files
author
Daily Autobot
committed
Merge branch 'main' into daily-js-releases
2 parents 8267489 + b0fa16e commit cd5e4f2

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@daily-co/react-native-daily-js",
33
"private": true,
44
"//": "^ COMMENT OUT 'private: true' BEFORE RUNNING NPM PUBLISH",
5-
"version": "0.61.0",
5+
"version": "0.62.0",
66
"description": "React Native library for making video calls using Daily",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
3030
"baseUrl": "https://github.com/daily-co/react-native-daily-js"
3131
},
3232
"dependencies": {
33-
"@daily-co/daily-js": "^0.63.0",
33+
"@daily-co/daily-js": "^0.64.0",
3434
"@types/react-native-background-timer": "^2.0.0",
3535
"base-64": "^1.0.0",
3636
"react-native-url-polyfill": "^1.1.2"

type-overrides/@daily-co/daily-js/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ export interface DailyAdvancedConfig {
205205
*/
206206
camSimulcastEncodings?: CamSimulcastEncoding[];
207207
v2CamAndMic?: boolean;
208-
experimentalGetUserMediaConstraintsModify?: (constraints: any) => void;
209208
micAudioMode?: 'music' | 'speech';
210209
userMediaAudioConstraints?: MediaTrackConstraints;
211210
userMediaVideoConstraints?: MediaTrackConstraints;

0 commit comments

Comments
 (0)