UNPKG
@signiant/media-shuttle-sdk-base
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
The base parent sdk behind other media shuttle sdks (e.g. media-shuttle-sdk)
www.signiant.com
@signiant/media-shuttle-sdk-base
/
dist
/
esm
/
internal
/
enums
/
AppTransferProtocol.js
8 lines
(7 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
AppTransferProtocol
; (
function
(
AppTransferProtocol
) {
AppTransferProtocol
[
"UDP"
] =
"mxwan"
;
AppTransferProtocol
[
"TCP"
] =
"mxtcp"
;
AppTransferProtocol
[
"HTTP"
] =
"http"
; })(
AppTransferProtocol
|| (
AppTransferProtocol
= {}));
export
default
AppTransferProtocol
;