stntz / Xamarin.ZoomBinding

Zoom Mobile SDK Binding for Xamarin Android and iOS(device only)
15 stars 13 forks source link

Need To Compile with Latest zoom Android and IOS SDK #27

Open MoDesoky opened 3 years ago

MoDesoky commented 3 years ago

Need to compile with latest zoom andrdoid and ios sdk as zoom will stop 9 month window

mdima commented 3 years ago

Hello, me too... it seems a mess to update the latest Zoom SDK... searching for any help.

Thanks, Michele

mdima commented 3 years ago

Hi @stntz , I am working on this, but I am getting mad because, even if now the MobileRTC_Droid compiles successfully, I don't find some classes or methods in the compiled DLL. I checked everything, I am getting mad... Just: are you working on this? Do you want to share some effort?

Thanks, Michele

conor-codes commented 3 years ago

How are you getting on with this, are you looking to compile for android 11?

AdamDiament commented 3 years ago

Hi @stntz , I am working on this, but I am getting mad because, even if now the MobileRTC_Droid compiles successfully, I don't find some classes or methods in the compiled DLL. I checked everything, I am getting mad... Just: are you working on this? Do you want to share some effort?

Thanks, Michele

@mdima I am having the same issue. I forked the project, and managed to update the binding project to compile with the latest android sdk - but then the referencing xamarin android application is missing a bunch of resources and drawables, I have no idea why. Is that the same behaviour that you get? Any luck fixing? I'm happy to share my work if we can put effort in together to fix it.

mdima commented 3 years ago

@AdamDiament I totally gave up this development. It seems that the number of features of the Zoom SDK has been grown a lot in the last year, unfortunately the quality of the code has been decreased, leaving a lot of warnings in the original source code, that become errors for us. In the end I used the old version of the SDK that was already been ported, and I managed to cover the issues of that version in other way. :(

nastyatima1 commented 2 years ago

@stntz Hi Could you, please, prompt me will you publish a new version of IOS sdk? Or maybe you could provide a steps how to do it I will be very grateful for that

mdima commented 2 years ago

Hello, is there anyone working on this? Today started some issues joining the meetings using an old SDK... but it works fine with the latest... :(

Thanks, Michele

AdamDiament commented 2 years ago

Hello, is there anyone working on this? Today started some issues joining the meetings using an old SDK... but it works fine with the latest... :(

Thanks, Michele

Development seemed to stall, I think the maintainer is not actively working on this project. So I produced a slimline version (android only at the moment) based on this library but working with the latest sdk over at https://github.com/VisualService/Xamarin.ZoomSDKBinding

mdima commented 2 years ago

Thank you @AdamDiament , I will try to understand if I can switch to your library.