UNPKG

@signiant/media-shuttle-sdk-base

Version:

The base parent sdk behind other media shuttle sdks (e.g. media-shuttle-sdk)

8 lines (7 loc) 276 B
var AppTransferProtocol; (function (AppTransferProtocol) { AppTransferProtocol["UDP"] = "mxwan"; AppTransferProtocol["TCP"] = "mxtcp"; AppTransferProtocol["HTTP"] = "http"; })(AppTransferProtocol || (AppTransferProtocol = {})); export default AppTransferProtocol;