スタートボタン:オリジナルのボタンを実装する
使えるシーン
実装のポイント
<script>
const uneeqInstance = new Uneeq(options)
</script>
<button id="start-btn">起動ボタン</button>
<script>
document.getElementById('start-btn').addEventListener('click', () => {
uneeqInstance.startSession()
});
</script>最終更新
