sinch-rtc
Version:
RTC JavaScript/Web SDK
24 lines (23 loc) • 756 B
TypeScript
/**
* 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.
*/
/**
* Type of warning event
* @export
* @enum {string}
*/
export declare enum WarningEventType {
Trigger = "trigger",
Recover = "recover"
}
export declare function WarningEventTypeFromJSON(json: any): WarningEventType;
export declare function WarningEventTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): WarningEventType;
export declare function WarningEventTypeToJSON(value?: WarningEventType | null): any;