Zoom Meeting SDK for Web - Component View
    Preparing search index...

    Function sendChat

    • Sends private chat message to meeting participants. This API does not support sending chat messages in a webinar.

      Parameters

      • chatMessage: string

        the chat message to be sent, it cannot be undefined, null, or empty.

      • OptionaluserId: number

        the message receiver's userId. If the userId'` is not provided, the message will be sent to everyone in the meeting.

      Returns Promise<Error | ChatMessage>