-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.MuteTrackRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSid()string sid = 1;abstract ByteStringgetSidBytes()string sid = 1;abstract booleangetMuted()bool muted = 2;-
-
Method Detail
-
getSidBytes
abstract ByteString getSidBytes()
string sid = 1;
-
getMuted
abstract boolean getMuted()
bool muted = 2;
-
-
-
-