Giter Club home page Giter Club logo

agora-demo-web's People

Contributors

technophilic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

agora-demo-web's Issues

how i fix itERR_DYNAMIC_USE_STATIC_KE

console.log i'm error this "Agora-SDK [ERROR]: User join failed [ERR_DYNAMIC_USE_STATIC_KE]"
how i fix it,
now i found this,
ERR_DYNAMIC_USE_STATIC_KEY | 120 | The dynamic user has used the static key.
but no more fix this error.

event listeners and handlers.

Hello I'd like your help, here's some javascript code I've added to my videoconferencing application project. I simply want to modify the size of a group according to the number of participants in the room.
I'm working on Bubble.io and use the agora plugin published by the zeroqode plugin editor, and the javasript toolbox plugin.

One more request: is it possible to create 2 separate groups where each remote user would appear? If I did that, the rest would be very simple for me and I wouldn't need event listeners and handlers.

Thank you so much.
Capture d'écran 2024-07-29 133736

let group = document.getElementById("ID GROUP IN DYNAMIQUE");

function showLeftPart() {
group.style.transform = "scale(3.5)";
group.style.left = "34%";
group.style.top = "-230px";

setTimeout(function() {
group.style.transform = "scale(1)";
group.style.left = "50%";
group.style.top = "50%";
group.style.clipPath = "none";
group.style.left = "";
group.style.top = "";

// Wait for the same time as the right part
setTimeout(showRightPart, 3000);
}, 3000);
}

function showRightPart() {
group.style.transform = "scale(3.5)";
group.style.left = "-34%";
group.style.top = "-230px";

setTimeout(function() {
group.style.transform = "scale(1)";
group.style.left = "50%";
group.style.top = "50%";
group.style.clipPath = "none";
group.style.left = "";
group.style.top = "";

// Wait for the same time as the right part
setTimeout(showLeftPart, 3000);

}, 3000);
}

// Start with left part
showLeftPart();

Capture d'écran 2024-07-29 133736

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.