Giter Site home page Giter Site logo

web-sdk-sample's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

web-sdk-sample's Issues

Error on MS Edge 15 with voxeet-web-sdk 1.9.5

voxeet-web-sdk 1.9.5 throws Unable to get property 'bind' of undefined or null reference exception in MS Edge 15 (probably also in MS Edge 14 and older versions).

There is no such error when using:

  • MS Edge 15 + voxeet-web-sdk 1.9.4
  • MS Edge 16 + voxeet-web-sdk 1.9.5

Steps to Reproduce the Problem

  1. Clone the repo
  2. Change voxeet-web-sdk version in the package.json to 1.9.5
  3. npm install
  4. npm start
  5. Open https://0.0.0.0:8080/ in MS Edge 15 (you can use www.browserstack.com or www.lambdatest.com)
  6. Push F12 and see error in developer console

See screenshot:
voxeet-sdk-edge-15-bug

Cookie warning on Chrome

When initializing the Voxeet SDK. I get the following warning on Chrome:

A cookie associated with a cross-site resource at http://voxeet.com/ was set without theSameSiteattribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set withSameSite=NoneandSecure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032.

Chrome Version: 77.0.3865.90
voxeet-web-sdk Version: 1.9.6

joinConference() - Video is not displaying

Hello team,
I am facing issue related to Voxeet web SDK in my server and i am following this document https://developer.voxeet.com/reference/javascript/reference-javascript/
I am implementing voxeet video API, My issue is
When I call joinConference() function my audio and video devices are ready to use or in use but the video is not displaying in the screen and not getting any error in my console
and below is my code

        voxeet.initialize('myConsumerKey', 'myConsumerSecret', {name: 'John Doe'})
      .then((myUserId) => { 
        var conference={};
        var constraints = {audio: true, video: true};
        var conferenceId = '<?php echo 'ITPRWGR'.rand(1000,99999) ?>'; 
        voxeet.joinConference(conferenceId, {constraints: constraints}, conference)
          .then((info) => {
                  voxeet.enumerateVideoDevices()
                  .then((devices) => { 
                  })
                  .catch((e) => {});
                  voxeet.enumerateAudioDevices()
                  .then((devices) => { 
                  })
                  .catch((e) => { });
                  voxeet.selectVideoInput(deviceId, constraints)
                 .then(() => {})
                 .catch((e) => {});
                  voxeet.startVideoForUser(userId, constraints)
                   .then(() => { 
                   });
          })
          .catch((error) => {
          }); 
          })
          .catch((error) => { 
             alert('An Error has occured, see Error Types');
          }); 

Hoping for the Fast Reply.

TypeScript definition

voxeet-web-sdk currently does not include typings for typescript. It would be really nice to get these in.

I've attached some typings that i've deduced from the sources, granted these probably need to be revised, but its a good start.

voxeet.d.ts.zip

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.