Package 

Interface LivekitModels.SpeakerInfoOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getSid() string sid = 1;
      abstract ByteString getSidBytes() string sid = 1;
      abstract float getLevel()
      audio level, 0-1.0, 1 is loudest
      
      float level = 2;
      abstract boolean getActive()
      true if speaker is currently active
      
      bool active = 3;
      • 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;

      • getLevel

         abstract float getLevel()
        audio level, 0-1.0, 1 is loudest
        
        float level = 2;
      • getActive

         abstract boolean getActive()
        true if speaker is currently active
        
        bool active = 3;