UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

24 lines (23 loc) 710 B
/** * 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. */ /** * * @export * @enum {string} */ export declare enum SdpSemantics { PlanB = "planB", UnifiedPlan = "unifiedPlan" } export declare function SdpSemanticsFromJSON(json: any): SdpSemantics; export declare function SdpSemanticsFromJSONTyped(json: any, ignoreDiscriminator: boolean): SdpSemantics; export declare function SdpSemanticsToJSON(value?: SdpSemantics | null): any;