Hello,
I’m getting a black screen while I’m trying to share my screen using ZoomVideoSDKScreenShare so can you please provide me with an example.
Hello,
I’m getting a black screen while I’m trying to share my screen using ZoomVideoSDKScreenShare so can you please provide me with an example.
thank you for the response,
Video SDK - iOS - Screen sharing
I followed all the steps in the above documentation but cannot share my screen, getting a black screen.
Thank you
Hello Dharmik,
The Zoom Video SDK sample app includes examples for both full-screen sharing, and for sharing a single UIView.
Thank you for your patience,
Richard
Thanks for the help now i’m able to share my screen, but getting one issue over there.
First time when i’m try to share my screen it’s not working onUserShareStatusChanged function not called after that i leave from the call and rejoin the call and again try to share my screen and now it’s working fine and onUserShareStatusChanged also called.
i’m also set the delegate in viewDidLoad
override func viewDidLoad() {
super.viewDidLoad()
ZoomVideoSDK.shareInstance()?.delegate = self
}
Is something there which i missed
Hello Dharmik,
Would it be possible for you to please send more sample code of your app so we can better diagnose this issue?
Thank you for patience,
Richard
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.