GleasonK / AndroidRTC

An example of WebRTC natively on Android using PubNub for signaling.
http://kevingleason.me/AndroidRTC/
MIT License
211 stars 97 forks source link

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

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. Can somebody know how to implements it? Thank u

28development commented 6 years ago

@imkamalh Hi I am facing the same issue did you solve this. If yes could you provide me a sample of how you did it. Thanks.