搜索资源列表
webrtc-broadcasting
- 用webrtc写的会议代码,可以通过他来进行视频聊天,并且完成与他人的交流-Meeting with webrtc write code, you can video chat through him, and to complete the exchange with others
webrtc
- WebRTC网页实时通信,是一个支持网页浏览器进行实时语音对话或视频对话的技术 -WebRTC web real-time communication, is a web browser to support real-time voice chat or video dialogue Technology
webrtc-video-chat-master
- Video Chat with web rtc
sunguageusage
- 使用WebRTC实现最简单的语言聊天代码,介绍了WebRTCd的用法-Use WebRTC implement the simplest language chat code, introduces the usage of WebRTCd
5871429
- 使用WebRTC实现最简单的语言聊天代码,介绍了WebRTCd的用法-Use WebRTC implement the simplest language chat code, introduces the usage of WebRTCd
RTCApp
- 通过webrtc技术来实现实时的视频聊天(Implementing video chat)
samples-gh-pages
- 通过js实现网页视频通话,使用WebRTC搭建前端视频聊天(JS through the realization of web video calls, using WebRTC to build front-end video chat)
17696149
- 使用WebRTC实现最简单的语言聊天代码,介绍了WebRTCd的用法(Use WebRTC implement the simplest language chat code, introduces the usage of WebRTCd)
Dolphin-v.7.3.3 (social - WebRTC chat)
- Dolphin.Pro Social Network Software Platform v7.3.3
一个基础的 Go 语言视频聊天应用的框架
- 这个应用将使用 WebRTC 进行视频通话,使用 Websocket 进行信令。我们先创建基本的项目结构: video-chat/ ├── main.go # 主程序入口 ├── server/ │ ├── server.go # 服务器逻辑 │ └── websocket.go # WebSocket 处理 ├── static/ └── index.html # 前端页面 要运行这个项目,你需要