mirror of https://github.com/OpenVidu/openvidu.git
openvidu-client: add "lang" to ProtocolElements
parent
7f9b879d45
commit
370f7b015f
|
@ -236,6 +236,7 @@ public class ProtocolElements {
|
|||
public static final String SPEECHTOTEXTMESSAGE_TEXT_PARAM = "text";
|
||||
public static final String SPEECHTOTEXTMESSAGE_REASON_PARAM = "reason";
|
||||
public static final String SPEECHTOTEXTMESSAGE_RAW_PARAM = "raw";
|
||||
public static final String SPEECHTOTEXTMESSAGE_LANG_PARAM = "lang";
|
||||
|
||||
public static final String CUSTOM_NOTIFICATION = "customNotification";
|
||||
|
||||
|
|
Loading…
Reference in New Issue