1.1.0 • Published 11 months ago

@apirtc/mui-react-lib v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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')

Contribute

You need to get access in write mode to the repository.

The 'developers' team has access.

Then work on a branch and submit merge requests to main branch.

Release a new version

  • run npm run test, making sure tests passed, and code coverage as high as possible.

  • Update README documentation section if relevant.

  • Update package.json version number.

  • Update CHANGELOG accordingly.

  • run npm run build

  • run npm publish --access public

1.1.0

11 months ago

1.0.15

12 months ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.10

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.1-rc.18

2 years ago

1.0.1-rc.19

2 years ago

1.0.3

2 years ago

1.0.2-rc6

2 years ago

1.0.2-rc5

2 years ago

1.0.2-rc4

2 years ago

1.0.2-rc3

2 years ago

1.0.2-rc2

2 years ago

1.0.1-rc.24

2 years ago

1.0.2-rc1

2 years ago

1.0.1-rc.25

2 years ago

1.0.1-rc.20

2 years ago

1.0.1-rc.21

2 years ago

1.0.1-rc.22

2 years ago

1.0.1-rc.23

2 years ago

1.0.1-rc.17

2 years ago

1.0.1-rc.15

2 years ago

1.0.1-rc.16

2 years ago

1.0.0

2 years ago

1.0.1-rc.13

2 years ago

1.0.1-rc.14

2 years ago

1.0.1-rc.10

2 years ago

1.0.1-rc.11

2 years ago

1.0.1-rc.1

2 years ago

1.0.1-rc.12

2 years ago

1.0.1-rc.3

2 years ago

1.0.1-rc.2

2 years ago

1.0.1-rc.5

2 years ago

1.0.1-rc.4

2 years ago

1.0.1-rc.7

2 years ago

1.0.1-rc.6

2 years ago

1.0.1-rc.9

2 years ago

1.0.1-rc.8

2 years ago

0.0.1

2 years ago