Remove unused rtmpEventHandler
This commit is contained in:
parent
e88031f4c5
commit
e07cc0f5aa
2 changed files with 0 additions and 10 deletions
|
|
@ -994,12 +994,6 @@
|
|||
|
||||
})(EmbedPlayer);
|
||||
|
||||
window.rtmpEventHandler = function(id, event, data) {
|
||||
if (event === 'volumechange') {
|
||||
return PLAYER.volume = data.muted ? 0 : data.volume;
|
||||
}
|
||||
};
|
||||
|
||||
window.RTMPPlayer = RTMPPlayer = (function(superClass) {
|
||||
extend(RTMPPlayer, superClass);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue