Package 

Interface LivekitRtc.UpdateDataSubscription.UpdateOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getTrackSid() string track_sid = 1;
      abstract ByteString getTrackSidBytes() string track_sid = 1;
      abstract boolean getSubscribe() bool subscribe = 2;
      abstract boolean hasOptions()
      Options to apply when initially subscribing or updating an existing subscription.
      When unsubscribing, this field is ignored.
      
      .livekit.DataTrackSubscriptionOptions options = 3;
      abstract LivekitModels.DataTrackSubscriptionOptions getOptions()
      Options to apply when initially subscribing or updating an existing subscription.
      When unsubscribing, this field is ignored.
      
      .livekit.DataTrackSubscriptionOptions options = 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
    • Method Detail

      • getSubscribe

         abstract boolean getSubscribe()

        bool subscribe = 2;

      • hasOptions

         abstract boolean hasOptions()
        Options to apply when initially subscribing or updating an existing subscription.
        When unsubscribing, this field is ignored.
        
        .livekit.DataTrackSubscriptionOptions options = 3;