UNPKG

@signiant/media-shuttle-sdk-base

Version:

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

13 lines 389 B
declare enum AppTransferEventStatus { SUCCESS = "SUCCESS", FAILURE = "FAILURE", CANCELLED = "CANCELLED", CONNECTING = "CONNECTING", CONNECTED = "CONNECTED", DISCONNECTING = "DISCONNECTING", DISCONNECTED = "DISCONNECTED", PAUSED = "PAUSED", RESUMED = "RESUMED" } export default AppTransferEventStatus; //# sourceMappingURL=AppTransferEventStatus.d.ts.map