Skip to content

Releases: team-telnyx/webrtc

[email protected]

06 Jan 17:57
Compare
Choose a tag to compare

2.2.5 (2021-01-05)

Features

[email protected]

11 Dec 21:34
Compare
Choose a tag to compare

TypeScript documentation updates

react-client/v1.0.0

11 Dec 22:24
be05c0a
Compare
Choose a tag to compare

Telnyx React Client is out of beta! 🎉

Now, it's easier than ever to make audio and video calls from your React web apps. How easy? Try it out yourself and let us know:

import { TelnyxRTCProvider, useNotification, Audio } from '@telnyx/react-client';

function Phone() {
  const notification = useNotification();
  const activeCall = notification && notification.call;

  return (
    <div>
      {activeCall &&
        activeCall.state === 'ringing' &&
        'Hello world, indeed.'}

      <Audio stream={activeCall && activeCall.remoteStream} />
    </div>
  );
}

function App() {
  const credential = {
    login_token: 'mytoken',
  };

  return (
    <TelnyxRTCProvider credential={credential}>
      <Phone />
    </TelnyxRTCProvider>
  );
}

Hop into our Slack channel if you have any questions or feedback, and open an issue on GitHub if you find any 🐛z.

🔗

[email protected]

04 Dec 02:22
Compare
Choose a tag to compare

TypeScript documentation updates

[email protected]

17 Aug 17:14
Compare
Choose a tag to compare
  • Deploing the new version

[email protected]

17 Aug 17:08
Compare
Choose a tag to compare
  • Add SDK VERSION on WS messages

[email protected]

14 Jul 16:59
Compare
Choose a tag to compare

Adding dynamic bandwidth control

[email protected]

07 Jun 13:48
Compare
Choose a tag to compare
  • Change SDP Semantics to use the new unified-plan

[email protected]

09 Jan 01:30
Compare
Choose a tag to compare

Add getter retrieving Telnyx IDs from a call (#131) (0cc6a41)

[email protected]

20 Nov 19:43
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release
react-client/v1.0.0-beta.0

Release 1.0.0-beta.0