From c0f423baf9e3b6b37303b8ea8a896e1ccc7866f5 Mon Sep 17 00:00:00 2001 From: "Thingvall, Nils" Date: Thu, 2 Apr 2026 11:10:51 -0600 Subject: [PATCH] Added migration guide for 11.x --- .../01-sdks/09-roku/01-migrating-to-theoplayer-11.md | 3 +++ 1 file changed, 3 insertions(+) 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.