Top Banner
Native WebRTC application development on Android + Colin Dodd appear.in
15

Native WebRTC application development on android

Apr 15, 2017

Download

Technology

Kevin Simons
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Native WebRTC application development on android

Native WebRTC application development on Android

+

Colin Doddappear.in

Page 2: Native WebRTC application development on android

Getting Started

Page 3: Native WebRTC application development on android

dependencies {

compile 'io.pristine:libjingle:9730@aar'

}

Page 4: Native WebRTC application development on android

- PeerConnectionFactory

- VideoCapturer / VideoCapturerAndroid

- MediaStream / Media Constraints

- VideoRendererGui

- PeerConnection

Page 5: Native WebRTC application development on android

My Experience

Page 6: Native WebRTC application development on android
Page 7: Native WebRTC application development on android
Page 8: Native WebRTC application development on android
Page 9: Native WebRTC application development on android
Page 10: Native WebRTC application development on android
Page 11: Native WebRTC application development on android
Page 12: Native WebRTC application development on android
Page 13: Native WebRTC application development on android
Page 14: Native WebRTC application development on android

- Learning the library

- Moving target, expect bugs

- Device specific issues

- Local Patches

- Rendering

Page 15: Native WebRTC application development on android

Introduction to WebRTC on Androidhttps://tech.appear.in