Package 

Interface LivekitRoom.MuteRoomTrackRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoom()
      name of the room
      
      string room = 1;
      abstract ByteString getRoomBytes()
      name of the room
      
      string room = 1;
      abstract String getIdentity() string identity = 2;
      abstract ByteString getIdentityBytes() string identity = 2;
      abstract String getTrackSid()
      sid of the track to mute
      
      string track_sid = 3;
      abstract ByteString getTrackSidBytes()
      sid of the track to mute
      
      string track_sid = 3;
      abstract boolean getMuted()
      set to true to mute, false to unmute
      
      bool muted = 4;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRoom

         abstract String getRoom()
        name of the room
        
        string room = 1;
      • getRoomBytes

         abstract ByteString getRoomBytes()
        name of the room
        
        string room = 1;
      • getTrackSid

         abstract String getTrackSid()
        sid of the track to mute
        
        string track_sid = 3;
      • getTrackSidBytes

         abstract ByteString getTrackSidBytes()
        sid of the track to mute
        
        string track_sid = 3;
      • getMuted

         abstract boolean getMuted()
        set to true to mute, false to unmute
        
        bool muted = 4;