For the complete documentation index, see llms.txt. This page is also available as Markdown.

WTSessionListeners.onStreamCreated(fn)

onStreamCreated(fn)

An event handler for when participant's streams are created

The callback function will be invoked when a stream of a new participant is created

  • The Callback function receives the MediaStream of the new participant

Last updated