Vonage-Community / sample-video-flutter-app

Apache License 2.0
5 stars 1 forks source link

Toggle audio error #2

Closed jttuboi closed 1 year ago

jttuboi commented 2 years ago

In the file one_to_one_video.dart in line 104, it is written await platformMethodChannel.invokeMethod('publishAudio', params); but the correct is await platformMethodChannel.invokeMethod('toggleAudio', params);.

devwithzachary commented 1 year ago

Thank you for reporting this, I've fixed it against https://github.com/Vonage-Community/sample-video-flutter-app/commit/b6c47cd3222bd0a02418d641cd4a173b93d84641