Description
App crashes when a shareVideoUnit is on the screen (to reproduce : app goes to the background and returns to foreground) i.e on onResume with the following exception:
Sorry to hear you’re running into this crash. Are you able to reproduce this in the SDK sample app? Also, can you please elaborate around what you mean when you say “Make sure a shareVideoUnit is active on the screen”? Does this mean that the share view is being used to share content, or just present and inflated in the layout?
I was not able to reproduce it on the SDK sample app.
The share view is present inflated in the layout and is actively rendering a screen share of another user (who are using other zoom clients, the app does not support sharing content here)
I’m using a frame layout inflating a Custom view whose main view is a MobileRTCVideoView inside a parent of FrameLayout, in a similar manner as implemented in the sample app.
using renderInfo as MobileRTCRenderInfo(0, 0, 100, 100) if that matters.
Can you please explain to me what does that error relates to the implementation and what can be looked into to find a solution fast? As this a production issue and needs urgent resolution.
Can you please provide more information, including all code snippets related to your implementation of this view? Currently, we do not have enough information to determine why this is happening since it is not reproducible in the sample app.