Giter Club home page Giter Club logo

Comments (10)

disoul avatar disoul commented on July 2, 2024

Thanks for your feedback!

It seems that firefox does not support the CanvasCaptureMediaStreamTrack.requestFrame. We will fix this in the next version.

from agorawebsdk-ng.

aravindm avatar aravindm commented on July 2, 2024

Ok Thanks. Any indicative dates for the next release?

from agorawebsdk-ng.

disoul avatar disoul commented on July 2, 2024

Ok Thanks. Any indicative dates for the next release?

The next version will be released on May 6 or May 7

from agorawebsdk-ng.

disoul avatar disoul commented on July 2, 2024

@aravindm
v0.1.7 released

from agorawebsdk-ng.

aravindm avatar aravindm commented on July 2, 2024

Thanks @disoul. It's working now.

from agorawebsdk-ng.

aravindm avatar aravindm commented on July 2, 2024

Hi @disoul ,

In firefox, in the latest version of the library (0.1.7), I am able to publish tracks. But, when I un-publish one of the tracks (audio/video), the library is throwing the below error:

Agora-SDK [ERROR]: set remote answer error DOMException: "Answer tried to set recv when offer did not set send"

This does not happen in chrome. Could you let me know if this is a bug and if there is a workaround?

Thanks,
Aravind

from agorawebsdk-ng.

disoul avatar disoul commented on July 2, 2024

It seems to be another problem, it is better to create another issue.

You can use this workaround now:

await client.publish([audioTrack, videoTrack]);

await client.unpublish(videoTrack); // <--- this will throw error in Firefox

await client.unpublish(); // <--- this is ok because it does not trigger the renegotiation
await client.publish(audioTrack);

We will try to fix it in the future.

from agorawebsdk-ng.

disoul avatar disoul commented on July 2, 2024

@aravindm
the renegotiation issue has been fixed in the development branch, will be released in the next week.

from agorawebsdk-ng.

aravindm avatar aravindm commented on July 2, 2024

Ok. Thank you.

from agorawebsdk-ng.

disoul avatar disoul commented on July 2, 2024

@aravindm v0.1.8 released

from agorawebsdk-ng.

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.