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

WTSession.connectWithSharingScreen(sToken, pName)

connectWithSharingScreen(streamingToken, participantName)

This method will allow you to connect to the session using only screen sharing (with microphone and screen sharing)

  • streamingToken (required) - JWT token which you can get from CAS. Note: For connecting two or users in the same session you need to share tokens between participants.

  • participantName (required) - participant name in the session

Last updated