-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.SpeakerInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSid()string sid = 1;abstract ByteStringgetSidBytes()string sid = 1;abstract floatgetLevel()audio level, 0-1.0, 1 is loudestfloat level = 2;abstract booleangetActive()true if speaker is currently activebool active = 3;-
-
Method Detail
-
getSidBytes
abstract ByteString getSidBytes()
string sid = 1;
-
getLevel
abstract float getLevel()
audio level, 0-1.0, 1 is loudestfloat level = 2;
-
getActive
abstract boolean getActive()
true if speaker is currently activebool active = 3;
-
-
-
-