conference_send_message


Description:

public bool conference_send_message (uint32 conference_number, MessageType type, string message, out ErrConferenceSendMessage error = null)

Send a text chat message to the conference.

This function creates a conference message packet and pushes it into the send queue.

The message length may not exceed MAX_MESSAGE_LENGTH. Larger messages must be split by the client and sent as separate messages. Other clients can then reassemble the fragments.

Parameters:

conference_number

The conference number of the conference the message is intended for.

type

Message type (normal, action, ...).

message

A non-NULL pointer to the first element of a byte array containing the message text.

Returns:

true on success.