Unable to subscribe to a screen sharing video raw data when already subscribed to 2 camera video raw data streams

Description
When trying to subscribe to the Screen sharing raw data stream when already subscribed to 2 camera video raw data streams, we get an ZoomSDKError_WrongUsage result.
If we are trying to connect to the screen sharing when only one camera video raw data stream is connected, the connection succeeds and then we are able to connect the second camera stream.
Assuming that the issue is resolution, we have found that if we subscribe to the video raw data streams at 360p, then we can subscribe to the Screen sharing raw data having 2 video raw data streams already connected.

The question is: what are actual resolution limitations when the screen sharing raw data is involved?

Which macOS Meeting SDK version?
5.11.3.9091

To Reproduce

  1. Start a meeting using the Meeting SDK
  2. Connect 2 participants to a meeting
  3. Start a screen sharing from one of the participants
  4. Subscribe to the camera video raw data from the participant #1
  5. Set the resolution to 720p or higher
  6. Subscribe to the camera video raw data from the participant #2
  7. Set the resolution to 720p or higher
  8. Try to subscribe to the screen sharing raw data
    Expected result: the subscription succeeds
    Actual result: the ZoomSDKError_WrongUsage is returned.

Device:

  • Device: Apple mac mini 2020 M1
  • OS: macOS Monterey 12.2

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.