[Zoom Web Meeting SDK v.2.4.0] Send chat message as Host

Hi!

I want to know if I can send a chat message or tell a user to close/open the camera.
So where with video sdk it can be done like this:

chat.send('hello', userId).then((payload) => {
  const {
    message,
    receiver: { name, userId },
  } = payload;
  console.log(`Message: ${message}, from me to ${name}`);
});

It is possible to do with meeting sdk?
Thanks!

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