@live-change/peer-connection-frontend 0.9.48 → 0.9.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -257,7 +257,7 @@
257
257
  } else {
258
258
  if(model[deviceType]) {
259
259
  const exists = devices.find(device => device.deviceId === model[deviceType].deviceId)
260
- if(exists) return
260
+ model[deviceType] = exists
261
261
  }
262
262
  model[deviceType] = devices[0]
263
263
  }
@@ -2,7 +2,7 @@
2
2
  <div>
3
3
  <OverlayPanel ref="mediaSettingsOverlay">
4
4
  <div class="flex flex-col gap-2 pt-2 justify-around" style="min-width: 20rem; max-width: 90vw">
5
- git c<div v-if="audioInputRequest !== 'none' && model.audioInputs?.length > 0"
5
+ <div v-if="audioInputRequest !== 'none' && model.audioInputs?.length > 0"
6
6
  class="flex flex-col items-stretch grow">
7
7
  <div class="text-sm mb-1 pl-1">Microphone</div>
8
8
  <Dropdown :modelValue="model.audioInput"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/peer-connection-frontend",
3
- "version": "0.9.48",
3
+ "version": "0.9.49",
4
4
  "scripts": {
5
5
  "memDev": "dotenvx run -- node server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; dotenvx run -- node server/start.js localDev --enableSessions --initScript ./init.js",
@@ -22,19 +22,19 @@
22
22
  },
23
23
  "type": "module",
24
24
  "dependencies": {
25
- "@live-change/cli": "^0.9.48",
26
- "@live-change/dao": "^0.9.48",
27
- "@live-change/dao-vue3": "^0.9.48",
28
- "@live-change/dao-websocket": "^0.9.48",
29
- "@live-change/framework": "^0.9.48",
30
- "@live-change/password-authentication-service": "^0.9.48",
31
- "@live-change/secret-code-service": "^0.9.48",
32
- "@live-change/secret-link-service": "^0.9.48",
33
- "@live-change/session-service": "^0.9.48",
34
- "@live-change/user-frontend": "^0.9.48",
35
- "@live-change/user-service": "^0.9.48",
36
- "@live-change/vue3-components": "^0.9.48",
37
- "@live-change/vue3-ssr": "^0.9.48",
25
+ "@live-change/cli": "^0.9.49",
26
+ "@live-change/dao": "^0.9.49",
27
+ "@live-change/dao-vue3": "^0.9.49",
28
+ "@live-change/dao-websocket": "^0.9.49",
29
+ "@live-change/framework": "^0.9.49",
30
+ "@live-change/password-authentication-service": "^0.9.49",
31
+ "@live-change/secret-code-service": "^0.9.49",
32
+ "@live-change/secret-link-service": "^0.9.49",
33
+ "@live-change/session-service": "^0.9.49",
34
+ "@live-change/user-frontend": "^0.9.49",
35
+ "@live-change/user-service": "^0.9.49",
36
+ "@live-change/vue3-components": "^0.9.49",
37
+ "@live-change/vue3-ssr": "^0.9.49",
38
38
  "@vueuse/core": "^12.3.0",
39
39
  "boxicons": "^2.1.4",
40
40
  "codeceptjs-assert": "^0.0.5",
@@ -54,7 +54,7 @@
54
54
  "vue3-scroll-border": "0.1.6"
55
55
  },
56
56
  "devDependencies": {
57
- "@live-change/codeceptjs-helper": "^0.9.48",
57
+ "@live-change/codeceptjs-helper": "^0.9.49",
58
58
  "codeceptjs": "^3.6.10",
59
59
  "generate-password": "1.7.1",
60
60
  "playwright": "1.49.1",
@@ -65,5 +65,5 @@
65
65
  "author": "Michał Łaszczewski <michal@laszczewski.pl>",
66
66
  "license": "BSD-3-Clause",
67
67
  "description": "",
68
- "gitHead": "87d012a548f6170fb78b565a111644eddc571a32"
68
+ "gitHead": "59fe9ae6d29c82792eab1d5111b64dd894e4cf30"
69
69
  }