Coder Social home page Coder Social logo

vertojs's People

Contributors

dependabot[bot] avatar roman-yerin avatar zusrut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vertojs's Issues

Is it able to transfer call?

I have tried making calls with vertojs, but there is no transferring call.
Is transferring call available? Thanks

\index.ts is missing from the TypeScript compilation error with angular

Hi. Got an error with angular 8 after npm install vertojs and imported in a component import { Verto } from 'vertojs';

ERROR in ./node_modules/vertojs/src/index.ts Module build failed (from ./node_modules/@ngtools/webpack/src/index.js): Error: ...\node_modules\vertojs\src\index.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property. The missing file seems to be part of a third party library. TS files in published libraries are often a sign of a badly packaged library. Please open an issue in the library repository to alert its author and ask them to package the library using the Angular Package Format (https://goo.gl/jB3GVv). at AngularCompilerPlugin.getCompiledFile (...node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:913:23) at plugin.done.then (...node_modules\@ngtools\webpack\src\loader.js:41:31) at process._tickCallback (internal/process/next_tick.js:68:7)

my project tsconfig.json
{ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "downlevelIteration": true, "importHelpers": true, "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "module": "esnext", "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es2015", "typeRoots": [ "node_modules/@types" ], "lib": [ "es2018", "dom" ] } }
i tried to make some changes with include key but was not succeed

Ice server timeout

Sorry for bothering, but I would really like to test and contribute to this library.

When I make a call it always waits till iceTimerTriggered is triggered (parameter iceTimeout). onIceGatheringStateChange never gets to complete. Do you have any idea why rtc doesn't complete ice gathering state?

Using this package with React Native for mobile app

Hi, thanks for this package. I was wondering if its possible to use this package with React Native. I need to build a video chat application that connects to a Verto Backend. And I haven't found a useful react native Verto package yet. Any pointers as to how to go about using your package for react native. Thanks.

Microphone icon stays active on browser

When I make outbound call, microphone icon stays active when call is hangup.

On track event I am using code from demo:
let stream = new MediaStream()
stream.addTrack(track)

It adds additional track to stream although that track is initialized upon call:
let call = verto.call(stream.getTracks()......

If I put stream to a class variable, I can loop through tracks of stream variable and call stop() on bye event. Then the microphone is not active anymore on the browser tab.

Is this by design? My thoughts are that after call, the microphone icon shouldn't be active.

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.