We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b41df2 commit 462e021Copy full SHA for 462e021
web/assets/js/model/inbound.js
@@ -117,6 +117,7 @@ const MODE_OPTION = {
117
AUTO: "auto",
118
PACKET_UP: "packet-up",
119
STREAM_UP: "stream-up",
120
+ STREAM_ONE: "stream-one",
121
};
122
123
Object.freeze(Protocols);
web/assets/js/model/outbound.js
@@ -81,6 +81,7 @@ const MODE_OPTION = {
81
82
83
84
85
86
87
0 commit comments