我正在嘗試使用REST Api(php)在Twilio中創建一個點對點聊天室。代碼如下: <?php
require_once 'Twilio/autoload.php';
use Twilio\Rest\Client;
use Twilio\Jwt\AccessToken;
use Twilio\Jwt\Grants\VideoGrant;
include_once 'config.i
我收到錯誤: The From phone number is not a valid, SMS-capable inbound phone number or short code for your account. // Send a new outgoing SMS by POSTing to the Messages resource
MessageResource.Crea