- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I've noticed that the WebRTC JavaScript client SDK is using Socket.IO for communication to the server and the transport option is set to the default of "polling" and "websocket".
This will make the initial connection to the server using polling requests and exposes the user's session ID in the URL of those requests.
(https://webrtc.example.com/socket.io/?EIO=3&transport=polling&sid=<session_token>)
Is there an option to force the SDK to only use Websockets? If not, can this be added?
Kind Regards,
Mark
- Tags:
- HTML5
- JavaScript*
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Mark,
Current, there is no such an option in conference mode. For P2P mode, you can modify sc.websocket.js to force your web app to use WebSocket only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Currently we have done that, but when there will be an update of the library we need to modify again.
So if it can be made configurable in a future release, that would be very nice?

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page