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

    Parameters

    • args: {
          error?: Function;
          message: string;
          success?: Function;
          userId?: number;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • message: string

        The chat message to send. It cannot be undefined, null, or empty.

      • Optional success?: Function

        Callback function on success.

      • Optional userId?: number

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

        Determines if the user in the waiting room can send message only to the host or co-host or everyone in the waiting room.

        0: send to all

        4: send to waiting room

    Returns void

    Rate Limit

    1s