I added a drawParticipant call at zIndex:1 and a webView at zIndex:2. However even if I don’t add the WebView, the camera view of the participant seems a bit washed out. I am guessing it is missing some kind of post filtering/lighting adjustment the Zoom does by default, but I am picking the raw camera input. Any suggestions?
      await zoomSdk.callZoomApi('drawParticipant', {
        x: 0,
        y: 0,
        width: 1280,
        height: 720,
        zIndex: 1,
        participantUUID: uc.participantUUID,
      });