Jason Weinzierl

Results 4 comments of Jason Weinzierl

On 2.6.0-beta.9 i still get a crash. Different exception: ``` E FATAL EXCEPTION: main Process: com.example.videocallingquickstart, PID: 18543 java.lang.IllegalStateException: The specified child already has a parent. You must call removeView()...

I also have this issue. macOS 13.3.1, Xcode 14.3, library version 2.3.0.

Also if you used Moq's `.Callback` to do work with the input arguments of a function, you can migrate like this: Moq: ```csharp int? capturedArg = null; mock .Setup(x =>...

> As for the packages themselves. I personally just install whatever I need right after the setup-android: > > ```yaml > - uses: android-actions/setup-android@v2 > - run: sdkmanager "ndk;23.0.7599858" "cmake;3.18.1"...