WTSession.connectAsAViewer(sToken, pName)
connectAsAViewer(streamingToken, participantName)
This method will allow you to connect to the session as a viewer meaning, without Audio or Video.
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
PreviousWTSession.connect(sToken, pName, uC, m)NextWTSession.connectWithSharingScreen(sToken, pName)
Last updated