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

WTSessionListeners.onConnected(fn)

onConnected(fn)

An event handler for when participant connects to Session

The callback function will be invoked after the connection to the session is established

  • The callback function receives a parameter with the list of participants in the session

Last updated