Interface MediaStreamWarningEvent
-
- All Implemented Interfaces:
-
com.sinch.android.rtc.callquality.warnings.CallQualityWarningEvent
public interface MediaStreamWarningEvent implements CallQualityWarningEvent
Media stream warning acts as a base interface for warnings issued for individual streams (video or audio).
-
-
Method Summary
Modifier and Type Method Description abstract MediaStreamTypegetMediaStreamType()-
-
Method Detail
-
getMediaStreamType
abstract MediaStreamType getMediaStreamType()
-
-
-
-