jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
44 stars 33 forks source link

I need jitsi BuildContext please #88

Closed WidiNetkrom closed 2 months ago

WidiNetkrom commented 2 months ago

I need for show dialog after jitsi callback

saghul commented 2 months ago

What jitsdi context?

WidiNetkrom commented 2 months ago

What jitsdi context?

I mean jitsi BuildContext, I have a case after conferenceJoined I want to display an alert. the current condition of the alert appears behind the jitsi page

saghul commented 2 months ago

Is that a Flutter thing? Jitsi will run in its own Activity, so you'd need to reorder another activity in front.

WidiNetkrom commented 2 months ago

Is that a Flutter thing? Jitsi will run in its own Activity, so you'd need to reorder another activity in front.

yes currently i work with flutter. if that is not possible, I will try other ways. Thanks

saghul commented 2 months ago

Sorry, I don't know what we could do to help here.