Code Monkey home page Code Monkey logo

openvidu's Introduction

Backers on Open Collective Sponsors on Open Collective License badge Documentation badge Docker badge Support badge

openvidu

Visit openvidu.io

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

openvidu's People

Contributors

pablofuente avatar jenkinsopenvidu avatar micaelgallego avatar nordri avatar flexconstructor avatar monkeywithacupcake avatar tyranron avatar alexlapa avatar stavros-zavrakas avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

openvidu's Issues

Сlose web socket with custom arguments.

Background

At this stage, the method Openvidu.closeWs takes no arguments, but always sets the same parameters code: (4102) and reason: "Connection closed by client". But it would be useful to receive more advanced information, which can explain why the client has closed the connection.

Problem to solve

Enable the library client to set its custom parameters code and reason when calling the method Openvidu.closeWs.

Possible solutions

Add code and reason arguments to the signature of the Openvidu.closeWs Openvidu.closeWs method.

Implement unsubscribeAsync

Background

Restore subscription to stream, implemented as follows:

  • unsubscribe;
  • stream.on (ICEConnectionStateChange);
  • When we catch iceconnectionstate = closed we call subscribe.

Everything works well in Chrome and FF, but in Safari after unsubscribe it does not fire iceconnectionstatechange, even though ICEConnection remains in the same state as before unsubscribe, ICEConnectionStateChange does not occur and Pipeline hangs on it. If you pull subscribe right after unsubscribe, Safari (actually any browser) will complain about attempts to add ICE Candidates of a new subscription.

Problem to solve

implement the unsubscribeAsync method as part of the openvidu-browser (similar to subscribeAsync), which will return the resolve only when Stream.disposeWebRtcPeer plays.

Possible solutions

Implement the unsubscribeAsync method of Session.

Prepare new release.

Part of #8.

Background

There is no readme file in the openvidu-browser project, so there is no information about the project on the project page on npm.

There is no such README.md file in the project of our Spanish colleagues.

Problem to solve

I think that it is worth fixing this annoying mistake.

Possible solutions

Add README.md file to the openvidu-browser project directory.

Add QualityValue to index

Revealed from #14

Background

The new QualityValue and FlowQualityChangeEvent has no public access.

Problem to solve

  1. In order for the new QualityValue and FlowQualityChangeEvent classes to be publicly available, they must be added to the index.
  2. I propose to change the name QualityValue to MediaFlowQualityValue so that it is clear that this is about the quality of the media stream.
  3. I propose to add to the MediaFlowQualityValue enumeration the zero position NOT_INITIALIZED

Possible solutions

  1. Rename QualityValue to MediaFlowQualityValue.
  2. Add NOT_INITIALIZED item into MediaFlowQualityValue.
  3. Add MediaFlowQualityValue and FlowQualityChangeEvent into index.

Handle qualityChanged calls

Background

On the server side, an RPC call to the "qualityChanged" method is implemented, which occurs in response to the "MediaFlowInStateChange" events for the publisher and "MediaFlowOutStateChange" for the subscriber.
It is necessary to process a call of this method on the client.

Problem to solve

RPC call handling of the "qualityChanged" method.

Possible solutions

Add Stream.qualityChangedHandler into rpc configuration and emmit event qualityChanged with given quality param.

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.