-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Required functionality not available in your browser! #6
Comments
我的服务器地址是192.168.80.122,我直接访问192.168.80.122:13001/是不是不行,是不是需要dns映射,如将192.168.80.122映射到meeting.example.com并将配置文件docker-compose.env里URL改成meeting.example.com? |
请提供一下系统与chrome版本。我好方便复现你的问题 tailchat-meeting强依赖 webrtc服务,webrtc服务强依赖https服务,https服务强依赖域名访问,因此你需要:
局域网的话可以自签名https证书,然后自己手动配置一个内部域名,不需要搭建dns服务,手动在hosts文件中指定一下就行。 |
文档里写着:tailchat-meeting 基于 webrtc 服务,因此强依赖 https/wss 协议。swag服务可以为您自动申请https证书,但是必须得分配一个有效的域名,并确保dns指向已经指向到服务器上。 |
Reference: https://baike.baidu.com/item/%E5%9F%9F%E5%90%8D%E7%B3%BB%E7%BB%9F/2251573 |
访问网址时,提示:
Required functionality not available in your browser!
This meeting service requires a functionality that is not supported by your browser. Please upgrade, or switch to a different browser or check your settings. Supported browsers:
Google Chrome/Chromium
74+
但是已经使用最新的谷歌浏览器了,仍然提示此信息,无法进入页面
The text was updated successfully, but these errors were encountered: