blue
4 months ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
0 deletions
-
im-web/src/components/rtc/RtcPrivateVideo.vue
|
|
|
@ -298,6 +298,7 @@ export default { |
|
|
|
this.camera.openAudio().then((stream) => { |
|
|
|
this.localStream = stream; |
|
|
|
this.$refs.localVideo.srcObject = stream; |
|
|
|
this.$refs.localVideo.muted = true; |
|
|
|
resolve(stream); |
|
|
|
}).catch((e) => { |
|
|
|
this.$message.error("打开麦克风失败") |
|
|
|
|