Interface RtcMediaStreamTrackSenderStats
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.stats.model.RtcMediaStreamTrackStats,io.getstream.video.android.core.call.stats.model.RtcStats
@Deprecated(message = "Was deprecated in 11 May 2023") public interface RtcMediaStreamTrackSenderStats implements RtcMediaStreamTrackStats
-
-
Method Summary
Modifier and Type Method Description abstract StringgetMediaSourceId()-
Methods inherited from class io.getstream.video.android.core.call.stats.model.RtcMediaStreamTrackStats
getDetached, getEnded, getKind, getPriority, getRemoteSource, getTrackIdentifier -
Methods inherited from class io.getstream.video.android.core.call.stats.model.RtcStats
getId, getTimestampUs, getType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMediaSourceId
abstract String getMediaSourceId()
-
-
-
-