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.
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. |
true on success. |