rtt property

  1. @JsonKey(name: 'rtt')
int rtt
getter/setter pair
  • Field description: Delay in milliseconds, which is the round-trip time between the current device and TRTC server. The smaller the value, the better. The normal value range is 10–100 ms.

Implementation

@JsonKey(name: 'rtt')
int rtt;