function callJsUrl(url, isLive) {
  $('#aiVideoPlayer')[0].jsUrl(url, isLive);
}

function callJsPlay() {
  $('#aiVideoPlayer')[0].jsPlay();
}

function callJsStop() {
  $('#aiVideoPlayer')[0].jsStop();
}

function callJsSetVideoPosition(position) {
  $('#aiVideoPlayer')[0].jsSetVideoPosition(position);
}

function callJsReferrer(referrer) {
  $('#aiVideoPlayer')[0].jsReferrer(referrer);
}

function callJsSetLang(lang) {
  $('#aiVideoPlayer')[0].jsSetLang(lang); 
}

function callJsSetI18n(url) {
  $('#aiVideoPlayer')[0].jsSetI18n(url); 
}

function callJsSetVideoTitle(title) {
  $('#aiVideoPlayer')[0].jsSetVideoTitle(title);
}

function callJsSetVideoInfo(info) {
  $('#aiVideoPlayer')[0].jsSetVideoInfo(info);
}

function callJsSetLive() {
  $('#aiVideoPlayer')[0].jsSetLive();
}
