vue-pc-chat icon indicating copy to clipboard operation
vue-pc-chat copied to clipboard

使用外接摄像头时,先插入摄像头再启动应用,可以正常视频通话;但先启动应用,再插入摄像头,不能正常视频通话

Open imndx opened this issue 4 years ago • 1 comments

imndx avatar Apr 08 '22 04:04 imndx

原因是应用启动的时候,检查了电脑是否有音视频相关输入输出设备,并记录下来。由于这个检查是异步的,没有在每次发起通话的时候,进行检查。

imndx avatar Apr 15 '22 01:04 imndx