getVideoId

Column
promise
Tags
video id 반환

getVideoId

getVideoId(): Promise<number, Error>
video id 반환
 

함수 예시

player.getVideoId().then((id)=>{ // id = the video id }).catch(function(error) { // an error occurred });