Package 

Interface LivekitRtc.PingOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder

    
    public interface LivekitRtc.PingOrBuilder
     implements MessageLiteOrBuilder
                        
    • Method Summary

      Modifier and Type Method Description
      abstract long getTimestamp() int64 timestamp = 1;
      abstract long getRtt()
      rtt in milliseconds calculated by client
      
      int64 rtt = 2;
      • 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

      • getTimestamp

         abstract long getTimestamp()

        int64 timestamp = 1;

      • getRtt

         abstract long getRtt()
        rtt in milliseconds calculated by client
        
        int64 rtt = 2;