jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
270 stars 235 forks source link

can't open chat using broadcast action #152

Open bellus93 opened 1 year ago

bellus93 commented 1 year ago

In an android app with a custom UI i'm trying to open the chat using

val chatBroadcast: Intent = BroadcastIntentHelper.buildOpenChatIntent("participantID") LocalBroadcastManager.getInstance(this.applicationContext).sendBroadcast(chatBroadcast)

I see that the CHAT_TOGGLED event is also called, but no chat is shown. If I enable "toolbox.enable" and click on the chat icon, it is opened

i'm using the android sdk 6.0.0