broadcast
Description
Broadcast (emit) messages to the server.
Usage
Basic Usage:
API
Since
1.0
Parameters
messagesToSend$
: An Observable containing messages that will be sent to the server (whenever a message is emitted).
Options
None
Returns
{topic<String>,message<Any>}
Last updated