opentok / OpenTok-PHP-SDK

OpenTok PHP Server SDK
https://tokbox.com/developer/sdks/php/
MIT License
140 stars 145 forks source link

4.11.0 SIP dialing error #311

Closed elblasto closed 1 year ago

elblasto commented 2 years ago

The error that was mentioned in https://github.com/opentok/OpenTok-PHP-SDK/issues/298 still persists in v4.11.0

Screenshot 2022-07-19 at 17 28 36

Look like the result of the dial function in src/OpenTok/Util/Client.php doesn't contain observeForceMute. Here is an actual result {"id":"f987b235-xxxx-xxxx-xxxx-6ce9b9afxxx","projectId":"4xxxxxx1","sessionId":"1_xxx-xx","connectionId":"767f3c08-xxxx-xxxx-xxxx-ed1d167977ab","streamId":"c2400de1-xxxx-xxxx-xxxx-df36175f14ee","createdAt":1658209134948,"updatedAt":1658209134948}

SecondeJK commented 2 years ago

This was specifically asked to be added, so I'm going to assume that it's not been released yet. I'll merge #309 and this should resolve this and#298.