情形:已经在小程序后台申请了腾讯视频插件,也正常通过了,也能正常播放视频,正常播放代码如下
<txv-video
vid="e0354z3cqjp"
playerid="txv1"
></txv-video>
,但是想在JS页面引入该视频插件的JS API ,即下面这段代码
const txvContext = requirePlugin("tencentvideo");
没想到总是报错,请大神指导一下是哪里没有配置好
报错信息为:
VM2061:1 thirdScriptError
sdk uncaught third Error
Plugin "tencentvideo" has not registered.
Error: Plugin "tencentvideo" has not registered.
tencentvideo != tencentVideo
app.json 和使用页面 tencentVideo 全部用小写的 tencentvideo