send text message.
sendTextMessage(String text, String roomID) { actionType = TencentCloudAvChatRoomControllerActionType.sendTextMessage; _textString = text; notifyListeners(); }