diff --git a/theoplayer/getting-started/01-sdks/09-roku/01-migrating-to-theoplayer-11.md b/theoplayer/getting-started/01-sdks/09-roku/01-migrating-to-theoplayer-11.md index 2b0dc8264894..f4d9c3aa2ef2 100644 --- a/theoplayer/getting-started/01-sdks/09-roku/01-migrating-to-theoplayer-11.md +++ b/theoplayer/getting-started/01-sdks/09-roku/01-migrating-to-theoplayer-11.md @@ -20,9 +20,12 @@ If you are using any of the connectors for Roku, update them to the 11.x version + ``` ## Replace or remove usages of deprecated APIs Some properties and methods that were previously deprecated have been removed from the API. Update your code to use the new APIs instead. + +- Removed the `THEOplayer.events.bitratechange` event type. Use the `THEOplayer.events.activequalitychanged` event type instead.