Construct a text message with a String.
RTCDataChannelMessage(String text) { _data = text; _isBinary = false; }