UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

8 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PushType = void 0; var PushType; (function (PushType) { PushType[PushType["Call"] = 1] = "Call"; })(PushType || (exports.PushType = PushType = {})); //# sourceMappingURL=PushType.js.map