Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(WEBRTC-52): migrate module verto to telnyx_rtc #10

Merged
merged 6 commits into from
Feb 12, 2020

Conversation

DeividVeloso
Copy link
Contributor

@DeividVeloso DeividVeloso commented Feb 10, 2020

Remove verto module and add telnyx_rtc by default.
Remove host webrtc2 and add rtc and rtcdev.
Remove port 14939 and set by default 14938 to use in dev and prod.

📝 To Do

  • All linters pass
  • All tests pass
  • Change documentation based on my changes

✋ Manual testing

  1. cd examples/react
  2. npm run setup
  3. npm run storybook
  4. Make a call and receive a call.

🦊 Browser testing

Desktop

  • Edge (latest)
  • Chrome
  • Firefox
  • Safari

@DeividVeloso DeividVeloso requested a review from a team February 10, 2020 14:17
this.options.onWSLogin(this, true);
}
this.authing = false;
// console.log('logged in');
Copy link
Member

@jonathan-telnyx jonathan-telnyx Feb 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeividVeloso console.log

}
},
this.authing = false;
// console.log(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DeividVeloso here too

@DeividVeloso DeividVeloso merged commit ba11a18 into master Feb 12, 2020
@DeividVeloso DeividVeloso deleted the WEBRTC-52-migrate-verto-to-rtc branch February 12, 2020 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants