-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.PongOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract longgetLastPingTimestamp()timestamp field of last received ping requestint64 last_ping_timestamp = 1;abstract longgetTimestamp()int64 timestamp = 2;-
-
Method Detail
-
getLastPingTimestamp
abstract long getLastPingTimestamp()
timestamp field of last received ping requestint64 last_ping_timestamp = 1;
-
getTimestamp
abstract long getTimestamp()
int64 timestamp = 2;
-
-
-
-