You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
@joliveros
Your changes are incorrect. Method create() now has 2 parameters public function create($identifier, $options = array())
If your changes you started using wrong proxyIdentifier option.
Please review your changes again. It has to be like this:
Hi,
You have wrong function signature in this code:
api-snippets/proxy/quickstart/create-participant/create-participant.5.x.php
participants->create()
has now 2 parameters, please update example (https://www.twilio.com/docs/api/proxy/proxy-sms-voice-phone-call-quickstart?code-sample=code-create-a-participant&code-language=php&code-sdk-version=5.x)
Also
uniqueName
replaced withfriendlyName
.Thanks
The text was updated successfully, but these errors were encountered: