拼接进入房间entry地址

Example

GET entry

不建议使用 ///这种方式拼接参数 建议使用httpquery a=1&b=2这种

https://global.talk-cloud.net/WebAPI/entry

拼接参数

参数名 是否必填 类型 说明
domain String 公司域名
serial String 房间编号:选填(该字段和thirdroomid必须至少填写一个)
thirdroomid String 用户自定义房间号:选填(该字段和serial必须至少填写一个)如果用户创建房间时自定义了房间号,可使用此字段
username String 用户在房间中显示的名称;使用UTF8编码,不支持特殊字符
usertype String 0:主讲(老师 ) 1:助教 2: 学员 3:直播用户 4:巡检员 6:旁听生(小班课) 27:家长 默认值为2
pid String 第三方系统的用户id;默认值为0
ts String 当前GMT时间戳,精确到秒
auth String auth 值为 MD5(key + ts + serial/thirdroomid + usertype) 其中key为企业的authkey
userpassword String 密码格式为:128位AES加密串加密密钥为企业的authkey 注:接口代码实例参考:
jumpurl String 课程结束课程后,自动跳转到通过参数传入的指定URL(进入时指定、不同角色不同) 请在参数的最后面传递这个参数!(使用urlencord)

https://global.talk-cloud.net/WebAPI/entry?domain=xxxxx&serial=1108925474&username=testAccount&usertype=0&pid=wwww&ts=1592380315&auth=40455719e5ccc8c53a5b0a0484124249&userpassword=e56b4e942b08676c0348d4cfdc7af347

iframe嵌入需要添加 allow="display-capture * ; camera * ; microphone * ; autoplay * ; midi * ; encrypted-media * ; clipboard-read * ; clipboard-write * ;",这样可以避免在iframe内部发生跳转时导致的权限丢失,链接必须https。 < iframe src="https://global.talk-cloud.net/WebAPI/entry?domain=xxxxx&serial=1108925474&username=testAccount&usertype=0&pid=wwww&ts=1592380315&auth=40455719e5ccc8c53a5b0a0484124249&userpassword=e56b4e942b08676c0348d4cfdc7af347" scrolling="auto" allowfullscreen="allowfullscreen" allow="display-capture * ; camera * ; microphone * ; autoplay * ; midi * ; encrypted-media * ; clipboard-read * ; clipboard-write * ;" width="100%" height="100%">

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号