Coder Social home page Coder Social logo

Comments (8)

saghul avatar saghul commented on June 15, 2024 1

No issues related to that, other than that you'll be disabling callstats.

from jitsi-meet-react-sdk.

saghul avatar saghul commented on June 15, 2024

That's due to the default callstats integration. Is it set for your domain? You can disable it by overriding callStatsID and callStatsSecret with the empty string.

from jitsi-meet-react-sdk.

Tech-Dex avatar Tech-Dex commented on June 15, 2024

Hello @saghul.
Yes, it is set on a domain. My initial thought was that is a issue related to time zones differences.
Are there any issues in the future with empty strings for callStats*?
I will try this and I am sorry for bothering you, thank you a lot.

from jitsi-meet-react-sdk.

Tech-Dex avatar Tech-Dex commented on June 15, 2024

Hello @saghul .

I am sorry to reopen this but I have one more question around amplitude. Right now it seems like the above behaviour is produced by a CORS error ( I think, I am not sure of it ) and sometimes the call will work and sometimes will fail. Is there any way to avoid this issue?
I found that in the config.js there is a key "amplitudeAPPKey" and I tried to set it to an empty string but this will result in a constant error.

image

from jitsi-meet-react-sdk.

saghul avatar saghul commented on June 15, 2024

If you don't set an amplitude key amplitude wont be used at all. How are you setting it?

from jitsi-meet-react-sdk.

Tech-Dex avatar Tech-Dex commented on June 15, 2024

Right now I am not setting it:

  const configOverwrite = {
    startWithAudioMuted: true,
    hiddenPremeetingButtons: ['microphone'],
    callStatsID: '',
    callStatsSecret: '',
  };

from jitsi-meet-react-sdk.

Tech-Dex avatar Tech-Dex commented on June 15, 2024

@saghul
Sorry to bother you again. Any idea around the above issue? Something that will allow me not to do that call? I still can't get over it.

from jitsi-meet-react-sdk.

saghul avatar saghul commented on June 15, 2024

Add the following to your overrides:

analytics: {
    amplitudeAPPKey: ''
}

from jitsi-meet-react-sdk.

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.