point2PointDelay property

  1. @JsonKey(name: 'point2PointDelay')
int point2PointDelay
getter/setter pair
  • Field description: end-to-end delay (ms)
  • point2PointDelay represents the delay of "anchor -> cloud -> audience".
  • To be more precise, it represents the delay of the entire linkage of "collection -> encoding -> network transfer -> receiving -> buffering -> decoding -> playback".
  • point2PointDelay works only if both the local and remote SDKs are on version 8.5 or above.
  • If the remote SDK is on a version below 8.5, this value will always be 0 and thus meaningless.

Implementation

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