Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setMuted and closeMeeting methods #34

Closed
wants to merge 3 commits into from
Closed

Conversation

efraespada
Copy link

Added implementations of setMuted and closeMeeting for Android and iOS.

Mute or unmute

JitsiMeetWrapper.setMuted(true);

Close the meeting:

JitsiMeetWrapper.closeMeeting();

Tested and working 🚀

I had to modify the jitsi_meet_wrapper_platform_interface dependency to include the new methods.
Please modify this yml after publishing a new version of the platform interface.

dependencies:
  flutter:
    sdk: flutter
  # jitsi_meet_wrapper_platform_interface: ^0.0.3
  jitsi_meet_wrapper_platform_interface:
    path: ../jitsi_meet_wrapper_platform_interface

@saibotma
Copy link
Owner

saibotma commented Nov 8, 2022

Thanks a lot for this PR, and sorry for the delayed response. I have copied it and adjusted some small, mostly naming, things (#56).
It will be released with the next version.

@saibotma saibotma closed this Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants