Zoom renderer methods don't return the error of breaking Zoom rules

I am using the raw data recording method to get access to the video buffers of participants.
And there is a case when neither setResolution(_) nor subscribe(_, _) returns the error of breaking Zoom rules.
For example, when I want to create a second 1080p (while my first 1080p renderer is receiving raw data) no one of the presented methods returns the error, it just Success.
Unfortunately, this makes it difficult to handle unexpected cases.
Maybe you can suggest a way to prevent this situation?
Or maybe something like this (Bandwidth limit prediction for Zoom renderer) could help? (I can’t say for sure because I don’t know the inner Zoom SDK technical aspects)

Thank you!

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