1.1.6 • Published 5 years ago

rupsena-sdk-demo v1.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

This is the client SDK for demo. It provides interface for the following tasks:

  1. Generate Fake ID or Room ID.
  2. Authenticates with Twilio and get the token.
  3. More to come...

Example 1:

import VWR from 'vwr-client';

Access Twilio service

const VWRTwilio = VWR.VWRTwilio;

const roomId = VWRTwilio.generateFakeId();

const vwrTwilio = new VWRTwilio(roomId, 'http://localhost:3300');

const data = await vwrTwilio.authenticate('twilio/token');

Example 2:

import VWR from 'vwr-client';

Access Utility service

const Utility = VWR.Utility;

Get formatted date

Utility.getFormattedDate(new Date());

Get date string

Utility.getDateString(new Date());

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago