Package 

Interface LivekitAnalytics.FeatureUsageInfoOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getFeatureValue() .livekit.FeatureUsageInfo.Feature feature = 1;
      abstract LivekitAnalytics.FeatureUsageInfo.Feature getFeature() .livekit.FeatureUsageInfo.Feature feature = 1;
      abstract String getProjectId() string project_id = 2;
      abstract ByteString getProjectIdBytes() string project_id = 2;
      abstract String getRoomName() string room_name = 3;
      abstract ByteString getRoomNameBytes() string room_name = 3;
      abstract String getRoomId() string room_id = 4;
      abstract ByteString getRoomIdBytes() string room_id = 4;
      abstract String getParticipantIdentity() string participant_identity = 5;
      abstract ByteString getParticipantIdentityBytes() string participant_identity = 5;
      abstract String getParticipantId() string participant_id = 6;
      abstract ByteString getParticipantIdBytes() string participant_id = 6;
      abstract String getTrackId() string track_id = 7;
      abstract ByteString getTrackIdBytes() string track_id = 7;
      abstract List<LivekitAnalytics.TimeRange> getTimeRangesList()
      time ranges during which the feature was enabled.
      for e. g., noise cancellation may not be applied when a media track is paused/muted,
      this allows reporting only periods during which a feature is avtive.
      
      repeated .livekit.TimeRange time_ranges = 8;
      abstract LivekitAnalytics.TimeRange getTimeRanges(int index)
      time ranges during which the feature was enabled.
      for e. g., noise cancellation may not be applied when a media track is paused/muted,
      this allows reporting only periods during which a feature is avtive.
      
      repeated .livekit.TimeRange time_ranges = 8;
      abstract int getTimeRangesCount()
      time ranges during which the feature was enabled.
      for e. g., noise cancellation may not be applied when a media track is paused/muted,
      this allows reporting only periods during which a feature is avtive.
      
      repeated .livekit.TimeRange time_ranges = 8;
      • 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

      • getFeatureValue

         abstract int getFeatureValue()

        .livekit.FeatureUsageInfo.Feature feature = 1;

      • getRoomIdBytes

         abstract ByteString getRoomIdBytes()

        string room_id = 4;

      • getTrackIdBytes

         abstract ByteString getTrackIdBytes()

        string track_id = 7;

      • getTimeRangesList

         abstract List<LivekitAnalytics.TimeRange> getTimeRangesList()
        time ranges during which the feature was enabled.
        for e. g., noise cancellation may not be applied when a media track is paused/muted,
        this allows reporting only periods during which a feature is avtive.
        
        repeated .livekit.TimeRange time_ranges = 8;
      • getTimeRanges

         abstract LivekitAnalytics.TimeRange getTimeRanges(int index)
        time ranges during which the feature was enabled.
        for e. g., noise cancellation may not be applied when a media track is paused/muted,
        this allows reporting only periods during which a feature is avtive.
        
        repeated .livekit.TimeRange time_ranges = 8;
      • getTimeRangesCount

         abstract int getTimeRangesCount()
        time ranges during which the feature was enabled.
        for e. g., noise cancellation may not be applied when a media track is paused/muted,
        this allows reporting only periods during which a feature is avtive.
        
        repeated .livekit.TimeRange time_ranges = 8;