Hello
I am using screen share integrated into my iOS app. I want to put my app in background during the meeting. Before that, I call broadcastPaused method on MobileRTCScreenShareService object. After background I call broadcastResumed method on MobileRTCScreenShareService object and start putting sampleBuffers on the stream. But after that I do not see the video in meeting, but only a static picture - the last frame that was sent before the background. What am I doing wrong?
Thanks!