-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.ConnectionQualityUpdateOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<LivekitRtc.ConnectionQualityInfo>getUpdatesList()repeated .livekit.ConnectionQualityInfo updates = 1;abstract LivekitRtc.ConnectionQualityInfogetUpdates(int index)repeated .livekit.ConnectionQualityInfo updates = 1;abstract intgetUpdatesCount()repeated .livekit.ConnectionQualityInfo updates = 1;-
-
Method Detail
-
getUpdatesList
abstract List<LivekitRtc.ConnectionQualityInfo> getUpdatesList()
repeated .livekit.ConnectionQualityInfo updates = 1;
-
getUpdates
abstract LivekitRtc.ConnectionQualityInfo getUpdates(int index)
repeated .livekit.ConnectionQualityInfo updates = 1;
-
getUpdatesCount
abstract int getUpdatesCount()
repeated .livekit.ConnectionQualityInfo updates = 1;
-
-
-
-