Skip to content

Commit

Permalink
feat: new hasUserInteracted api (#284)
Browse files Browse the repository at this point in the history
`get hasUserInteraction` api
  • Loading branch information
yairans authored Nov 11, 2019
1 parent 4280dc5 commit 6855309
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/kaltura-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@ class KalturaPlayer extends FakeEventTarget {
return this._localPlayer.config;
}

get hasUserInteracted(): boolean {
return this._localPlayer.hasUserInteracted;
}

set loadingMedia(loading: boolean): void {
this._localPlayer.loadingMedia = loading;
}
Expand Down

0 comments on commit 6855309

Please sign in to comment.