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