Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.76 KB

10_Congratulations.md

File metadata and controls

57 lines (33 loc) · 1.76 KB

10. Congratulations

WebRTC基础实践 - 10. 总结

You built an app to do realtime video streaming and data exchange!

我们创建了一个视频聊天的APP, 同时支持传输文件以及其他数据!

What you learned

内容回顾

In this codelab you learned how to:

在本教程中, 我们学习了以下内容:

  • Get video from your webcam.

  • Stream video with RTCPeerConnection.

  • Stream data with RTCDataChannel.

  • Set up a signaling service to exchange messages.

  • Combine peer connection and signaling.

  • Take a photo and share it via a data channel.

  • 获取webcam摄像头的视频内容。

  • 通过 RTCPeerConnection 传输视频。

  • 通过 RTCPeerConnection 传输数据。

  • 配置信令服务来交换消息。

  • 集成对等连接和信令服务。

  • 拍照并用数据通道传递给对方。

Next steps

下一步

Learn more

深入阅读

原文链接: https://codelabs.developers.google.com/codelabs/webrtc-web/#9

翻译人员: 铁锚 - https://blog.csdn.net/renfufei

翻译日期: 2018年08月27日