1
0
mhsanaei 3 сар өмнө
parent
commit
462e02140d

+ 1 - 0
web/assets/js/model/inbound.js

@@ -117,6 +117,7 @@ const MODE_OPTION = {
     AUTO: "auto",
     PACKET_UP: "packet-up",
     STREAM_UP: "stream-up",
+    STREAM_ONE: "stream-one",
 };
 
 Object.freeze(Protocols);

+ 1 - 0
web/assets/js/model/outbound.js

@@ -81,6 +81,7 @@ const MODE_OPTION = {
     AUTO: "auto",
     PACKET_UP: "packet-up",
     STREAM_UP: "stream-up",
+    STREAM_ONE: "stream-one",
 };
 
 Object.freeze(Protocols);