-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAnalytics.AnalyticsRoomParticipantOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()string id = 1;abstract ByteStringgetIdBytes()string id = 1;abstract StringgetIdentity()string identity = 2;abstract ByteStringgetIdentityBytes()string identity = 2;abstract StringgetName()string name = 3;abstract ByteStringgetNameBytes()string name = 3;abstract intgetStateValue().livekit.ParticipantInfo.State state = 4;abstract LivekitModels.ParticipantInfo.StategetState().livekit.ParticipantInfo.State state = 4;abstract booleanhasJoinedAt().google.protobuf.Timestamp joined_at = 5;abstract TimestampgetJoinedAt().google.protobuf.Timestamp joined_at = 5;-
-
Method Detail
-
getIdBytes
abstract ByteString getIdBytes()
string id = 1;
-
getIdentity
abstract String getIdentity()
string identity = 2;
-
getIdentityBytes
abstract ByteString getIdentityBytes()
string identity = 2;
-
getNameBytes
abstract ByteString getNameBytes()
string name = 3;
-
getStateValue
abstract int getStateValue()
.livekit.ParticipantInfo.State state = 4;
-
getState
abstract LivekitModels.ParticipantInfo.State getState()
.livekit.ParticipantInfo.State state = 4;
-
hasJoinedAt
abstract boolean hasJoinedAt()
.google.protobuf.Timestamp joined_at = 5;
-
getJoinedAt
abstract Timestamp getJoinedAt()
.google.protobuf.Timestamp joined_at = 5;
-
-
-
-