newbie007fx / newwebrtc

this project is forked from https://github.com/GleasonK/AndroidRTC
MIT License
6 stars 4 forks source link

How to implement switching camera (front/back) when video chat happens? #3

Open mkmlh opened 7 years ago

mkmlh commented 7 years ago

Pubnub provides api to switching the front camera. By default pubnub only using front camera. Referring to VideoChatActivity.java u can see the switch camera that pubnub provided. @newbie007fx can u help us to implements it? Thank u