I'm migrating a Twilio flex plugin that uses the getLocalChannels
method which is shown as deprecated in the migration guide.
The migration guide has a list of deprecated methods that include getLocalChannles
and it says that the equivalent method would be // get subscribed channels. I tried using
getSubscribedConversations`, but it does not work.
Any clues of what would be the equivalent method for getLocalChannels
in Twilio Flex UI 2.0?