Sending in-meeting chat messages to participants with Web SDK

Description
Is there any way I can use Web SDK to send in-meeting chat messages to participants (ie: everyone). My use case is, I’m running a simple web-app with web client view and I want to automatically send everyone a greeting message after I join the meeting using ZoomMtg.join() method.

Which Web Meeting SDK version?
2.1.1

@shihan.anuruddha Thanks for reaching out! Currently, we don’t have a method to send messages on behalf of another user. You may be able to use JS to populate the chat window and send the message though.

Noted! Thanks for the reply.

1 Like