Ritu22
2 months agoNew Contributor
Automation for SignalingService
Hi,
I am trying to automate signaling service applications where developers use both client and device sides. On the client side, they are using SignalR, and on the device side, they are using HiveMQ for live video streams. They are utilizing communication protocols such as register, connect, invite, trickle, and error.
From the device side, I am able to publish data with the device ID and GUID. However, to get the session ID, I need to go to the browser console window every time. I want to fetch the session ID using Groovy itself. Can you please suggest how I can get the session ID based on my above question?