Pulling my hair out.
basiically , i’m writing a websocket listener (using php/laravel) to listen for incoming calls.
i following the sample provided by RingCentral and Not able to get this working. (using theSDK)
The code create the socket, then the subscription, however the subscription->subscription() returns
{"eventFilters":[],"expirationTime":"","expiresIn":0,"deliveryMode":{"transportType":"PubNub","encryption":false,"address":"","subscriberKey":"","secretKey":""},"id":"","creationTime":"","status":"","uri":""}
Shouldn’t the transportType = websocket?
the code ran, but does not invoke whenever we have incoming calls.
P.s I do have websocket and websocket subscription in my app scope.
using JWT
Client ID: 8wZCaIqPR4S2JP8UPr2RTw
Thank You!