Remove unused rtmpEventHandler
This commit is contained in:
parent
e88031f4c5
commit
e07cc0f5aa
2 changed files with 0 additions and 10 deletions
|
|
@ -1,7 +1,3 @@
|
|||
window.rtmpEventHandler = (id, event, data) ->
|
||||
if event == 'volumechange'
|
||||
PLAYER.volume = if data.muted then 0 else data.volume
|
||||
|
||||
window.RTMPPlayer = class RTMPPlayer extends VideoJSPlayer
|
||||
constructor: (data) ->
|
||||
if not (this instanceof RTMPPlayer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue