I am using raw data API for receiving video of remote participants and sending video of the local participant.
When I try to subscribe ZoomSDKRenderer to get my sharing content (that I share via ZoomSDK) I get ‘unknown’ error as a result of subscribing method.
But when I used ZoomSDKShareElement It was possible to get my sharing content back.
Is there a way to receive my sharing content raw data?
Note:
-
I am trying to subscribe
ZoomSDKRendereronly when I have receivedZoomSDKShareStatus_SelfBegininZoomSDKASControllerDelegatemethod:
func onSharing(_ status: ZoomSDKShareStatus, user userID: UInt32) -
To start sharing content I use
ZoomSDKASControllermethods:
startAppShare(_ windowID: CGWindowID)- for a window sharing
startMonitorShare(_ monitorID: CGDirectDisplayID)- for a screen sharing