UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

39 lines 1.15 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * Ocra (REST API for Sinch RTC clients) * REST API for Sinch RTC clients. * * The version of the OpenAPI document: 0.11.0 * Contact: rtc@sinch.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.SdpSemantics = void 0; exports.SdpSemanticsFromJSON = SdpSemanticsFromJSON; exports.SdpSemanticsFromJSONTyped = SdpSemanticsFromJSONTyped; exports.SdpSemanticsToJSON = SdpSemanticsToJSON; /** * * @export * @enum {string} */ var SdpSemantics; (function (SdpSemantics) { SdpSemantics["PlanB"] = "planB"; SdpSemantics["UnifiedPlan"] = "unifiedPlan"; })(SdpSemantics || (exports.SdpSemantics = SdpSemantics = {})); function SdpSemanticsFromJSON(json) { return SdpSemanticsFromJSONTyped(json, false); } function SdpSemanticsFromJSONTyped(json, ignoreDiscriminator) { return json; } function SdpSemanticsToJSON(value) { return value; } //# sourceMappingURL=SdpSemantics.js.map