-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRoom.MuteRoomTrackRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoom()name of the roomstring room = 1;abstract ByteStringgetRoomBytes()name of the roomstring room = 1;abstract StringgetIdentity()string identity = 2;abstract ByteStringgetIdentityBytes()string identity = 2;abstract StringgetTrackSid()sid of the track to mutestring track_sid = 3;abstract ByteStringgetTrackSidBytes()sid of the track to mutestring track_sid = 3;abstract booleangetMuted()set to true to mute, false to unmutebool muted = 4;-
-
Method Detail
-
getRoomBytes
abstract ByteString getRoomBytes()
name of the roomstring room = 1;
-
getIdentity
abstract String getIdentity()
string identity = 2;
-
getIdentityBytes
abstract ByteString getIdentityBytes()
string identity = 2;
-
getTrackSid
abstract String getTrackSid()
sid of the track to mutestring track_sid = 3;
-
getTrackSidBytes
abstract ByteString getTrackSidBytes()
sid of the track to mutestring track_sid = 3;
-
getMuted
abstract boolean getMuted()
set to true to mute, false to unmutebool muted = 4;
-
-
-
-