SignalingWebsocket.send()

DESCRIPTION

Send a string of data on the websocket.

DECLARATION

virtual bool send(const std::string& data) = 0

PARAMETERS

data:
the data to send.

RETURNS

true if the data was sent.