UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

26 lines (25 loc) 698 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 Domain { Mxp = "mxp", Pstn = "pstn", Sip = "sip", Conference = "conference" } export declare function DomainFromJSON(json: any): Domain; export declare function DomainFromJSONTyped(json: any, ignoreDiscriminator: boolean): Domain; export declare function DomainToJSON(value?: Domain | null): any;