zephiransas / alexa-llss-skill

Alexa Skill for LoveLive Sunshine Radio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

レジュームできるようにしたい

zephiransas opened this issue · comments

'AMAZON.ResumeIntent': function () {
  let offset = this.event.context.AudioPlayer.offsetInMilliseconds || 0;
  ...
}

とか

'PlaybackStopped': function () {
  let offset = this.event.request.offsetInMilliseconds; || 0;
  ...
}

でoffsetが取れる