Package 

Interface LivekitRtc.MuteTrackRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getSid() string sid = 1;
      abstract ByteString getSidBytes() string sid = 1;
      abstract boolean getMuted() bool muted = 2;
      • 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

      • getSidBytes

         abstract ByteString getSidBytes()

        string sid = 1;

      • getMuted

         abstract boolean getMuted()

        bool muted = 2;