Book Image

WebRTC Blueprints

By : Andrii Sergiienko
Book Image

WebRTC Blueprints

By: Andrii Sergiienko

Overview of this book

Table of Contents (13 chapters)
WebRTC Blueprints
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we learned about the issues that might occur when supporting and developing WebRTC applications for mobile devices. We discussed the possible limitations and traits of supporting and developing the WebRTC API on mobile platforms. We learned what we need to do with this in order to solve our tasks when the WebRTC features have not been fully implemented on some mobile platforms. We briefly discussed the existing third-party SDKs and frameworks to develop mobile applications that could be useful. In this chapter, we also learned how to build native WebRTC applications for Android and iOS devices. We also deployed and launched demo applications on real mobile devices as well as on virtual devices that run under a software emulator.

So, it seems that it is time for the final words.

Using this practice guide, we learned how to develop different kinds of rich media applications and services utilizing the WebRTC API. We have written most of the code and developed nice demo...