-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.PublishDataTrackResponseOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasInfo()Information about the published track..livekit.DataTrackInfo info = 1;abstract LivekitModels.DataTrackInfogetInfo()Information about the published track..livekit.DataTrackInfo info = 1;-
-
Method Detail
-
hasInfo
abstract boolean hasInfo()
Information about the published track..livekit.DataTrackInfo info = 1;
-
getInfo
abstract LivekitModels.DataTrackInfo getInfo()
Information about the published track..livekit.DataTrackInfo info = 1;
-
-
-
-