-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.DataChannelInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetLabel()string label = 1;abstract ByteStringgetLabelBytes()string label = 1;abstract intgetId()uint32 id = 2;abstract intgetTargetValue().livekit.SignalTarget target = 3;abstract LivekitRtc.SignalTargetgetTarget().livekit.SignalTarget target = 3;-
-
Method Detail
-
getLabelBytes
abstract ByteString getLabelBytes()
string label = 1;
-
getId
abstract int getId()
uint32 id = 2;
-
getTargetValue
abstract int getTargetValue()
.livekit.SignalTarget target = 3;
-
getTarget
abstract LivekitRtc.SignalTarget getTarget()
.livekit.SignalTarget target = 3;
-
-
-
-