getting error inferred type is HMSPeer but HMSRemotePeer was expected
rahul-quicksell opened this issue · 4 comments
I just tried the sample project. its having releasev2 branch and when i run i get this error:
sample-app-android/app/src/main/java/live/hms/app2/ui/meeting/MeetingViewModel.kt: (534, 27): Type mismatch: inferred type is HMSPeer but HMSRemotePeer was expected
i don't know what wrong have I done.
Thanks for pointing it out @rahul-quicksell . We have added the fix, which is updating with the latest version of our SDK (v2.0.9
)
Also now the app doesnot need to have a dependancy on webrtc lib
Thanks @rahul-quicksell ! Just doing a pull on the release-v2 branch will have this up and running again 🙌
thank you @PratimMallick @AniketSK .
any ETA for the release?
@rahul-quicksell it has been released! If you do a pull or clone again, you will have the correct code to build.