sinch-rtc
Version:
RTC JavaScript/Web SDK
14 lines (13 loc) • 337 B
TypeScript
/**
* Represents the types of call quality warning events.
*/
export declare enum CallQualityWarningEventType {
/**
* Indicates that a call quality issue has been detected.
*/
Trigger = "Trigger",
/**
* Indicates that a previously detected call quality issue has recovered.
*/
Recover = "Recover"
}