php创建视频会议,方便后台操作,发送通知和保存相关人员,比如发送到相关人员手机上
curl 有问题 会提示错误{"error_info":{"error_code":400,"message":"Missing required http header 'AppId'"}}
<?php
/*
* 腾讯会议创建视频会议
* 使用fsockopen模拟 如果使用curl header信息字段都变小写了 curl_getinfo($ch) 查看,curl错误信息如下
* {"error_info":{"error_code":400,"message":"Missing required http header 'AppId'"}}
*/
class huiyi{
private $APPID="2****";
private $SecretId="";
private $SecretKey="";
private $SdkId="123";//邮件收到的APPID SdkId(10位) SecretId SecretKey
public function __construct() {
}
public function home() {
echo "hello world!";
}
// 创建视频会议
public function create_meeting(){
//创建会议地址
$url = 'https://api.meeting.qq.com/v1/meetings';
$expires = "+120 minutes";
$time = tim