You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a configuration option that allows users to disable the automatic insertion of the AirPlay button into the player's control bar.
Plugin users may want to specify where the AirPlay button appears in the player UI's component hierarchy using Video.js configuration options. With the way the plugin is now, the AirPlay button will be inserted into the control bar if the plugin does not find it at the root level of the controlBar component. If a plugin user specifies the AirPlay button to appear nested within an element in the controlBar, for example, the plugin will insert another AirPlay button at the root controlBar level.
The text was updated successfully, but these errors were encountered:
yokuze
added a commit
to yokuze/videojs-airplay
that referenced
this issue
Dec 1, 2017
We should add a configuration option that allows users to disable the automatic insertion of the AirPlay button into the player's control bar.
Plugin users may want to specify where the AirPlay button appears in the player UI's component hierarchy using Video.js configuration options. With the way the plugin is now, the AirPlay button will be inserted into the control bar if the plugin does not find it at the root level of the
controlBar
component. If a plugin user specifies the AirPlay button to appear nested within an element in thecontrolBar
, for example, the plugin will insert another AirPlay button at the rootcontrolBar
level.The text was updated successfully, but these errors were encountered: