Skip to content

Commit

Permalink
openvidu-server: add new IdentifierPrefixes.OPENVIDU_NODE_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Feb 3, 2022
1 parent 55246ab commit 6fec7f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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_";

}

0 comments on commit 6fec7f7

Please sign in to comment.