Vincent Song
Vincent Song
Could you please provide an example app to show how to use this lib with keycloak?
- [x] Upgrade to current RTS SDK 0.1.39 - [x] Use official TypeScript support - [ ] Check h265 support in Safari
- [ ] Publisher & Viewer App design diagram - [ ] use-publisher & use-viewer Hooks design diagram - [ ] Any UI related components design diagram Deliver these documents...
There are some warnings in the lint step. We need to clean them up. Refer to lint step in CI-CD workflow.
Handle `devicechange` event to update the camera/microphone list and update the existing media stream accordingly.
We need to add the hooks/components below to storybook - [ ] useNotification - [ ] Alert - [ ] ActionBar - [ ] ControlBar - [ ] DropDown -...
- [ ] There are duplicated UI and function codes in both, we should consolidate them and use property to differentiate them. So it would be easier to maintain in...
** Update** not needed for milestone 1 ### Hook - [ ] start/stop recording in usePublisher hook ### UI Component - [ ] A switch to control recording start/stop. -...
Most of the SQL database are supporting BigInt type, but in queryRow API we have to convert it to string or split to two 32bits. It will be handy If...