UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

23 lines 736 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Sinch = void 0; /* eslint-disable @typescript-eslint/no-var-requires */ const DefaultSinchClientBuilder_1 = require("./DefaultSinchClientBuilder"); const { version } = require("../package.json"); class Sinch { static getSinchClientBuilder() { return new DefaultSinchClientBuilder_1.DefaultSinchClientBuilder(); } /** * Returns the current version of the Sinch SDK library. * * @returns the current version of the Sinch SDK library. */ static get version() { return version; } } exports.Sinch = Sinch; if (typeof window !== "undefined") window.Sinch = Sinch; //# sourceMappingURL=Sinch.js.map