Skip to content

Commit c0de50f

Browse files
author
Jeremy White
committed
Added "abort" media event type to list
Conflicts: dist/connect_bridge.min.js sample/scripts/connect_bridge.min.js
1 parent 58d30e7 commit c0de50f

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Diff for: dist/connect_bridge.js

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ var connectsdk = (function () {
118118
loadstart: "buffering",
119119
playing: "playing",
120120
waiting: "buffering",
121+
abort: "finished",
121122
ended: "finished",
122123
play: "playing",
123124
pause: "paused"

0 commit comments

Comments
 (0)