OpenTok-PHP-SDK
OpenTok-PHP-SDK copied to clipboard
4.11.0 SIP dialing error
The error that was mentioned in https://github.com/opentok/OpenTok-PHP-SDK/issues/298 still persists in v4.11.0

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}
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.