Package 

Interface LivekitRtc.PongOrBuilder

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

    
    public interface LivekitRtc.PongOrBuilder
     implements MessageLiteOrBuilder
                        
    • Method Summary

      Modifier and Type Method Description
      abstract long getLastPingTimestamp()
      timestamp field of last received ping request
      
      int64 last_ping_timestamp = 1;
      abstract long getTimestamp() int64 timestamp = 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

      • getLastPingTimestamp

         abstract long getLastPingTimestamp()
        timestamp field of last received ping request
        
        int64 last_ping_timestamp = 1;
      • getTimestamp

         abstract long getTimestamp()

        int64 timestamp = 2;