This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
meeting_move_20240712
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
change mirror
master
zhangtao
1 year ago
parent
d8546abbaf
commit
bc2b7dfb1e
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/views/home/index.vue
+ 2
- 1
src/views/home/index.vue
View File
@@ -295,7 +295,8 @@ export default {
video: true,
userId: data.userId,
cameraId: settings.cameraId,
microphoneId: settings.microphoneId
microphoneId: settings.microphoneId,
mirror: false
})
try {
await settings.localStream.initialize()
Write
Preview
Loading…
Cancel
Save