I'm trying obtain programmatically if joining the group was successfully when using json.webpubsub.azure.v1
subprotocol to join a group with a sample.
My sample JSON below, which doesn't fetch outcome success response or error response:
Basically, I'm trying to identify if joining the group was successful with the json.webpubsub.azure.v1
subprotocol.
Sample request:
{
"type": "joinGroup",
"group": "group1",
}