mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: add new IdentifierPrefixes.OPENVIDU_NODE_ID
parent
55246abc44
commit
6fec7f7cd3
|
@ -12,5 +12,6 @@ public interface IdentifierPrefixes {
|
|||
public static final String IPCAM_ID = "ipc_";
|
||||
public static final String MEDIA_ID = "media_";
|
||||
public static final String CLUSTER_ID = "clu_";
|
||||
public static final String OPENVIDU_NODE_ID = "opv_";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue