Package 

Interface LivekitRtc.StreamStateInfoOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getParticipantSid() string participant_sid = 1;
      abstract ByteString getParticipantSidBytes() string participant_sid = 1;
      abstract String getTrackSid() string track_sid = 2;
      abstract ByteString getTrackSidBytes() string track_sid = 2;
      abstract int getStateValue() .livekit.StreamState state = 3;
      abstract LivekitRtc.StreamState getState() .livekit.StreamState state = 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