saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
27 stars 61 forks source link

End Meeting Programmatically #25

Closed zionnite closed 2 years ago

zionnite commented 2 years ago

Hello sir, thanks for all u do!

please sir, how do I end a meeting programmatically?

i really need this

zionnite commented 2 years ago

Is this do able? @saibotma

saibotma commented 2 years ago

Hi there, yes it is doable with the official SDKs, however it is not yet implemented in jitsi_meet_wrapper. Implementing it requires some more thorough thoughts, and unfortunately I don't have time the next days. I will however take a look at it as soon as I can.

zionnite commented 2 years ago

thank you for all you do @saibotma I will be anticipating...

efraespada commented 2 years ago

@zionnite I've opened a PR https://github.com/saibotma/jitsi_meet_wrapper/pull/34 for including this feature.

 JitsiMeetWrapper.closeMeeting();

You can use my fork while the PR is managed.

Clone the repo:

gh repo clone efraespada/jitsi_meet_wrapper

Use it locally:

jitsi_meet_wrapper:                           # android   ios
      path: ../jitsi_meet_wrapper/jitsi_meet_wrapper
zionnite commented 2 years ago

@zionnite I've opened a PR https://github.com/saibotma/jitsi_meet_wrapper/pull/34 for including this feature.

 JitsiMeetWrapper.closeMeeting();

You can use my fork while the PR is managed.

Clone the repo:

gh repo clone efraespada/jitsi_meet_wrapper

Use it locally:

jitsi_meet_wrapper:                           # android   ios
      path: ../jitsi_meet_wrapper/jitsi_meet_wrapper

U are a life saver, I will try it out and give u report asap

zionnite commented 2 years ago
jitsi_meet_wrapper:                        
      path: ../jitsi_meet_wrapper/jitsi_meet_wrapper

@efraespada , am getting error trying to use the below code

jitsi_meet_wrapper:
      path: ../jitsi_meet_wrapper/jitsi_meet_wrapper

Console error

Running "flutter pub get" in prayer_buddy...                    
Because prayer_buddy depends on jitsi_meet_wrapper from path which doesn't exist (could not find package jitsi_meet_wrapper at "../jitsi_meet_wrapper/jitsi_meet_wrapper"), version solving failed.
pub get failed (66; Because prayer_buddy depends on jitsi_meet_wrapper from path which doesn't exist (could not find package jitsi_meet_wrapper at "../jitsi_meet_wrapper/jitsi_meet_wrapper"), version solving failed.)
Process finished with exit code 66

please what am I not doing well?

zionnite commented 2 years ago

okay, it was my mistake.

i had to read your instruction again and I had to do it like this

jitsi_meet_wrapper:
      path: /Users/apple/jitsi_meet_wrapper/jitsi_meet_wrapper

I did just this once and there was error, so when I added the below line, it was resolved

jitsi_meet_wrapper_platform_interface:
      path: /Users/apple/jitsi_meet_wrapper/jitsi_meet_wrapper_platform_interface
duc1205 commented 2 years ago

Hi every one, i i have an event, i listen to the event and i make a call JitsiMeetWrapper.closeMeeting() but I don't want it to interfere when I press end call in the conversation then what should i do? @saibotma

saibotma commented 2 years ago

@duc1205 I am sorry, but I think I don't understand your question. Please create a new issue, as it seems like this is a rather different issue than this one.

duc1205 commented 2 years ago

@duc1205 I am sorry, but I think I don't understand your question. Please create a new issue, as it seems like this is a rather different issue than this one.

i'm resolved, tks!!