armackey / nativescript-twilio-video

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

toggle_local_video doesn't work on iOS #15

Open francoisph opened 4 years ago

francoisph commented 4 years ago

Hello,

I have a project in NS6 and I'm using your twilio plugin and everything works fine on Android but on iOS when I try to use toggle_local_video to disable the camera nothing happens, the camera is still on. When I use toggle_local_audio it works on both platforms.

Is it working on your side ? Thanks!

armackey commented 4 years ago

Hey

Just now seeing this.. I can look into it later this week.

francoisph commented 4 years ago

Hey,

In the function toggle_local_video for ios in src/ios/twilio-video.ts we have :

this.localVideoTrack.enabled = !this.localVideoTrack.enable;

The d of enabled is missing, that's all :)