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

Native WebRTC application development on android

Embed Size (px)

Citation preview

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