1.0.14 • Published 3 months ago

@apirtc/mui-react-lib v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

mui-react-lib

This library offers React/MUI components to be used along with ApiRTC objects.

Install

npm install @apirtc/mui-react-lib

Also you will need to add

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />

in index.html <head> to make Icons work.

Components

Stream

Use it to display any ApiRTC Stream. Example:

import { MuteButton, Stream, Video } from '@apirtc/mui-react-lib'

<Stream stream={stream}
        muted={false}
        controls={<><MuteButton /></>}>
        <Video />
</Stream>

Available children:

<Audio />
<Video />

Available controls:

<AudioEnableButton/>
<MuteButton />
<SnapshotButton />
<TorchButton />
<VideoEnableButton/>

Configure log level

Available log levels:

  • debug
  • info
  • warn
  • error

from web app code:

import { setLogLevel } from '@apirtc/mui-react-lib'

setLogLevel('warn')

from console:

setApirtcMuiReactLibLogLevel('debug')
1.0.14

3 months ago

1.0.13

3 months ago

1.0.12

4 months ago

1.0.11

4 months ago

1.0.9

8 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.10

7 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.1-rc.18

1 year ago

1.0.1-rc.19

1 year ago

1.0.3

12 months ago

1.0.2-rc6

1 year ago

1.0.2-rc5

1 year ago

1.0.2-rc4

1 year ago

1.0.2-rc3

1 year ago

1.0.2-rc2

1 year ago

1.0.1-rc.24

1 year ago

1.0.2-rc1

1 year ago

1.0.1-rc.25

1 year ago

1.0.1-rc.20

1 year ago

1.0.1-rc.21

1 year ago

1.0.1-rc.22

1 year ago

1.0.1-rc.23

1 year ago

1.0.1-rc.17

1 year ago

1.0.1-rc.15

1 year ago

1.0.1-rc.16

1 year ago

1.0.0

1 year ago

1.0.1-rc.13

1 year ago

1.0.1-rc.14

1 year ago

1.0.1-rc.10

1 year ago

1.0.1-rc.11

1 year ago

1.0.1-rc.1

1 year ago

1.0.1-rc.12

1 year ago

1.0.1-rc.3

1 year ago

1.0.1-rc.2

1 year ago

1.0.1-rc.5

1 year ago

1.0.1-rc.4

1 year ago

1.0.1-rc.7

1 year ago

1.0.1-rc.6

1 year ago

1.0.1-rc.9

1 year ago

1.0.1-rc.8

1 year ago

0.0.1

1 year ago