Laerdal / Xamarin.AzureCommunicationCalling

Xamarin iOS and Android binding libraries for Microsofts Azure Communication Services
MIT License
36 stars 11 forks source link

Call.StartVideo and Call.StopVideo is missing in Android #26

Closed kungbernard closed 2 years ago

kungbernard commented 2 years ago

Hi again and thanks for the package and support for it, it has been working great!

Recently I would like to include the feature to start / stop local camera share during the call Looking at the Calling SDK there's a Call.StartVideo() and Call.StopVideo() in the andorid SDK https://docs.microsoft.com/en-us/java/api/com.azure.android.communication.calling.call.startvideo?view=communication-services-java-android

However, it seems it is still missing in the CallClientHelper in Android

In iOS, the ACSCall does have the start / stop video

Would be great if these methods can be added back

Thanks!

Best Regards Bernard

tompi commented 2 years ago

Try version 2.0.0-beta.1.2 of Xamarin.AzureCommunicationCallingHelper.Android