Skip to content

Realtime stats

VTCoco edited this page Sep 25, 2019 · 1 revision

The SDK offers two ways to access the various conference statistics. Each of the 2 ways are different but specifically designed to be effective in their own context.

  • server side information (how users acts from the server point of view)
  • user side information (how the users acts from specific local device point of view)

Remote stats accessibility

When creating the conference, using the ["metadata": ["stats": false]] in the parameters will enable the server side dump of the stats. At regular interval, an event will be emit which hold the various information. Add an observer to VTConferenceStats to have the holder of the various elements.