我正在使用下面提到的代码实现opentok注释并得到这个错误
未明错误: OpenTok注释Widget需要OpenTok解决方案
toolbar = new OTSolution.Annotations.Toolbar({
session: session,
container: document.getElementById('streams'),
// colors: palette,
items: [ // Menu item configuration
{
id: 'OT_pen',
title: 'Pen',
icon: 'image/draw39.png',
selectedIcon: 'image/draw39-gray.png'
},
]
});<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/opentok-annotation@2.0.59/dist/opentok-annotation.min.js">
</script>
https://stackoverflow.com/questions/65200080
复制相似问题