All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- support options:SnapshotOptions in SnapshotButton
-
disabled Stream controls buttons used to propagate click to Stream
-
larger Stream min width
- PublishOptions now inherits properties from mui FormControl
- Video: muted progress was not reset when stream changed
- Improve stream control icons customization
- Improve performances
- MediaDeviceSelect: only add default device if browser does not already add one.
- PublishOptions: added options to show/hide form control buttons
- PublishOptions: shall not be able to trigger onChange(undefined)
- Make Stream control buttons tooltips appear on the left with arrow by default, allowing override.
- MediaDeviceSelect: do not include FormControl and inherit props from Select.
- SnapshotButton: do not pass onSnapshot property to material-ui IconButton.
-
Stream overlays margin,
-
All Stream controls buttons props inherit from mui/IconButton props, and support size setting to underlying Icon.
- Grid, Stream, Video, Audio reworked.
- Initial publication