getVideoTitlegetVideoTitle(): Promise<string, Error>영상 타이틀 반환 함수 예시player.getVideoTitle().then((title)=>{ // title = the title of the video }).catch(function(error) { // an error occurred });