armackey / nativescript-twilio-video

A Nativescript video chat plugin.
12 stars 8 forks source link

Switch camera option #13

Closed Izrab closed 5 years ago

Izrab commented 5 years ago

How do I make a button, and when user tapped on the button, it switches the camera, from rear to front camera, and vice versa. Using NS 6 and twilio plugin version 1.1.6

armackey commented 5 years ago

This should work.

this.videoActivity.toggle_local_video();

Izrab commented 5 years ago

It did not work. If I tap on switch button, the local video immediately becomes black.

armackey commented 5 years ago

This is a feature request. Will do this at a later date.

https://github.com/armackey/nativescript-twilio-video/issues/14