memx86
(Yevhen)
July 4, 2024, 4:18pm
1
Description
Trying to test connection to webhook sockets and all is working via Postman as in example in documentaion. When I implemented this logic in node.js enviroment utilizing ‘socket.io-client’ I don’t get any events, not even ‘connect’ one so I guess connection is not establishing.
Error?
No events via websockets.
How To Reproduce
Steps to reproduce the behavior:
*1. Get access_token from “https://zoom.us/oauth/token?grant_type=account_credentials&account_id=accounId ”
*2. Connect to websocket “wss://ws.zoom.us/ws?subscriptionId=subscriptionId&access_token=access_token”
*3. No events.
Hi @memx86
Thanks for reaching out to us!
Have you been able to receive events in your application?
memx86
(Yevhen)
July 13, 2024, 12:49pm
3
No such luck yet. My socket’s ready state is ‘opening’ and no events, even ‘connect’
Thanks for the update @memx86
Here is a sample app using Websockets that might help you troubleshoot this on your end
memx86
(Yevhen)
July 15, 2024, 2:22pm
5
Than you. Gonna try it and report my results.
1 Like
memx86
(Yevhen)
July 15, 2024, 8:19pm
6
Everything appears to be in order with provided example.
So I guess problem was in using “socket.io-client” package. Gonna try to use just ‘ws’
1 Like
system
(system)
Closed
July 16, 2024, 8:19pm
7
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.