選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

E2ePingEvents.js 146B

1234
  1. /**
  2. * Indicates that the end-to-end round-trip-time for a participant has changed.
  3. */
  4. export const E2E_RTT_CHANGED = 'e2eping.e2e_rtt_changed';