Package 

Interface LivekitAnalytics.AnalyticsRoomParticipantOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getId() string id = 1;
      abstract ByteString getIdBytes() string id = 1;
      abstract String getIdentity() string identity = 2;
      abstract ByteString getIdentityBytes() string identity = 2;
      abstract String getName() string name = 3;
      abstract ByteString getNameBytes() string name = 3;
      abstract int getStateValue() .livekit.ParticipantInfo.State state = 4;
      abstract LivekitModels.ParticipantInfo.State getState() .livekit.ParticipantInfo.State state = 4;
      abstract boolean hasJoinedAt() .google.protobuf.Timestamp joined_at = 5;
      abstract Timestamp getJoinedAt() .google.protobuf.Timestamp joined_at = 5;
      • 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