Meeting SDK for Web: use client view and component view functionalities at the same time?

Hi everyone. I’m creating meeting bot with Zoom Meeting SDK for Web.

What I want to do here is:

  1. Ask meeting host for recording permission, which can be done with mediaCapture API in client view
  2. Get active speaker event, which cant be done with active-speaker event in component view

I can do each of them separately, but I don’t know how to do them at the same time in the same meeting since, to my knowledge, I have to choose only one of client or component view.

Does anyone know how to solve this problem?

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