UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

8 lines (7 loc) 205 B
/** * Enum representing the types of media stream that can be associated with call quality warnings. */ export declare enum CallQualityWarningMediaStreamType { Audio = "Audio", Video = "Video" }