Git Product home page Git Product logo

Comments (9)

saibotma avatar saibotma commented on June 12, 2024

What exact data about the meeting participants do you want to store?

I do not understand the second question. Can you rephrase it please?

from jitsi_meet_wrapper.

Meri994 avatar Meri994 commented on June 12, 2024

@saibotma There are few methods available for check join/terminal conference.

JitsiMeetingListener(
        onOpened: () => debugPrint("onOpened"),
        onConferenceWillJoin: (url) => debugPrint("onConferenceWillJoin: url: $url"),
        onConferenceJoined: (url) => debugPrint("onConferenceJoined: url: $url"),
        onConferenceTerminated: (url, error) {
          debugPrint("onConferenceTerminated: url: $url, error: $error");
        },
        onClosed: () => debugPrint("onClosed"),
      ),
  I like to get the same delegate methods that are available in ios SDK. My requirement is to get participants' info and store it locally.
     participantJoined
     participantLeft
     chatMessageReceived

from jitsi_meet_wrapper.

saibotma avatar saibotma commented on June 12, 2024

Now I get it. I can't guarantee that I will implement this soon. However, I'll leave this issue open, and I am happy for PRs.

from jitsi_meet_wrapper.

Meri994 avatar Meri994 commented on June 12, 2024

Now I get it. I can't guarantee that I will implement this soon. However, I'll leave this issue open, and I am happy for PRs.

Actually, I am new in a flutter. If possible can you do it else guide me I will do that? I have checked jitsi_meet_wrapper_platform_interface and you have added jitsi_meeting_listener.dart file. In that, I can see

  JitsiMeetingListener({
    this.onOpened,
    this.onConferenceWillJoin,
    this.onConferenceJoined,
    this.onConferenceTerminated,
    this.onClosed,
  });

What steps I need to do for adding more methods in this listener?

from jitsi_meet_wrapper.

Meri994 avatar Meri994 commented on June 12, 2024

@saibotma Hey, the app is crashing in the android 12 google pixel device. When I click on join the meeting, the app is crash but it is properly working in Pixel XL API 31 enumator. Have you checked in android 12 supported phone? Thanks

from jitsi_meet_wrapper.

saibotma avatar saibotma commented on June 12, 2024

Hey @Meri994, sorry for the late response. I am very busy at the moment. I will try to check on an Android 12 phone this week.

from jitsi_meet_wrapper.

Meri994 avatar Meri994 commented on June 12, 2024

Hey @Meri994, sorry for the late response. I am very busy at the moment. I will try to check on an Android 12 phone this week.

Thanks

from jitsi_meet_wrapper.

Meri994 avatar Meri994 commented on June 12, 2024

Hey @Meri994, sorry for the late response. I am very busy at the moment. I will try to check on an Android 12 phone this week.

Thanks

@saibotma Hey, I forgot to add proguard file, so it was crashing. I have added that file and then check with the android 12 device, It's working properly. Thanks for your support.

I require to get above mention methods, When you get chance, please add those methods. Thank you.

from jitsi_meet_wrapper.

saibotma avatar saibotma commented on June 12, 2024

Implemented in 0.0.4.

from jitsi_meet_wrapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.