Package 

Interface LivekitRtc.UnpublishDataTrackResponseOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasInfo()
      Information about the unpublished track.
      
      .livekit.DataTrackInfo info = 1;
      abstract LivekitModels.DataTrackInfo getInfo()
      Information about the unpublished track.
      
      .livekit.DataTrackInfo info = 1;
      • 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

      • hasInfo

         abstract boolean hasInfo()
        Information about the unpublished track.
        
        .livekit.DataTrackInfo info = 1;