1.0.99 • Published 8 months ago

webrtc-frontend-library v1.0.99

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Install

npm install webrtc-frontend-library --save

Imports

Import the components and constants from the package into the file:

import { VideoChat, LS_WEBRTK_TOKEN_KEY } from 'webrtc-frontend-library'

Important

After logging the user into your application, you should set the access token in the local storage of the browser for the chat components:

localStorage.setItem(LS_WEBRTK_TOKEN_KEY, access_token)

After calling the function to refresh a token from your app, the new received token must be installed in local storage of the browser under the key LS_WEBRTK_TOKEN_KEY and returned from the function.


VideoChat Component

import { VideoChat } from "chat-frontend-library";

  <VideoChat
    roomId="roomId"
    handleError={cbHandleError}
    handleClose={cbHandleClose}
    user_locale='user_locale'
    />
VideoChat props
propdefaulttypedescription
roomIdnonestringRoom id to connect
user_localeru/enstringChat interface language. The browser language is set by default
cbHandleClosenonefunctionA callback function that is called when the user clicks the leave call button
cbHandleErrornonefunctionAn asynchronous callback function that is called if the chat API call returns an error. Should return the new user token
isDisabledButtonJoinnonebooleanDisable or allow click on join call button

1.0.99

8 months ago

1.0.98

8 months ago

1.0.97

8 months ago

1.0.96

8 months ago

1.0.95

8 months ago

1.0.94

8 months ago

1.0.93

8 months ago

1.0.92

8 months ago

1.0.91

8 months ago

1.0.90

9 months ago

1.0.89

9 months ago

1.0.88

9 months ago

1.0.87

9 months ago

1.0.86

9 months ago

1.0.85

9 months ago

1.0.84

9 months ago

1.0.83

9 months ago

1.0.82

9 months ago

1.0.81

9 months ago

1.0.80

9 months ago

1.0.79

9 months ago

1.0.78

9 months ago

1.0.77

9 months ago

1.0.76

9 months ago

1.0.75

9 months ago

1.0.74

9 months ago

1.0.73

9 months ago

1.0.72

9 months ago

1.0.71

9 months ago

1.0.70

9 months ago

1.0.69

9 months ago

1.0.68

9 months ago

1.0.67

9 months ago

1.0.66

9 months ago

1.0.65

9 months ago

1.0.64

9 months ago

1.0.63

9 months ago

1.0.62

9 months ago

1.0.61

9 months ago

1.0.60

9 months ago

1.0.59

9 months ago

1.0.58

9 months ago

1.0.57

9 months ago

1.0.56

9 months ago

1.0.55

9 months ago

1.0.54

9 months ago

1.0.53

9 months ago

1.0.52

9 months ago

1.0.51

9 months ago

1.0.50

9 months ago

1.0.49

9 months ago

1.0.48

9 months ago

1.0.47

9 months ago

1.0.46

9 months ago

1.0.44

9 months ago

1.0.43

9 months ago

1.0.42

9 months ago

1.0.41

9 months ago

1.0.40

9 months ago

1.0.39

9 months ago

1.0.38

9 months ago

1.0.37

9 months ago

1.0.34

9 months ago

1.0.33

9 months ago

1.0.32

9 months ago

1.0.31

9 months ago

1.0.30

9 months ago

1.0.29

9 months ago

1.0.28

9 months ago

1.0.27

9 months ago

1.0.26

9 months ago

1.0.25

9 months ago

1.0.24

9 months ago

1.0.23

9 months ago

1.0.22

9 months ago

1.0.21

9 months ago

1.0.20

9 months ago

1.0.19

9 months ago

1.0.18

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago