steep-balloon-41261
06/02/2022, 4:37 PMsteep-balloon-41261
06/03/2022, 4:38 AMsteep-balloon-41261
06/03/2022, 3:18 PMsteep-balloon-41261
06/03/2022, 4:04 PMsteep-balloon-41261
06/03/2022, 9:04 PMsteep-balloon-41261
06/06/2022, 5:37 PMsteep-balloon-41261
06/07/2022, 4:01 AMsteep-balloon-41261
06/07/2022, 4:01 AMsteep-balloon-41261
06/07/2022, 10:27 AMsteep-balloon-41261
06/07/2022, 3:09 PMsteep-balloon-41261
06/08/2022, 11:13 AMsteep-balloon-41261
06/08/2022, 3:26 PMsteep-balloon-41261
06/09/2022, 1:13 AMsteep-balloon-41261
06/09/2022, 7:11 AMsteep-balloon-41261
06/09/2022, 11:04 AMsteep-balloon-41261
06/09/2022, 4:03 PMdry-elephant-14928
06/09/2022, 7:47 PMadorable-city-71008
06/09/2022, 9:34 PMadorable-city-71008
06/09/2022, 9:36 PMsteep-balloon-41261
06/10/2022, 5:40 AMsteep-balloon-41261
06/11/2022, 3:01 PMsteep-balloon-41261
06/11/2022, 5:27 PMsteep-balloon-41261
06/12/2022, 12:31 PMlate-painting-59329
06/12/2022, 10:19 PM"livekit-client": "^1.0.0",
"@livekit/react-components": "^1.0.0",
I'd like to customise the buttons in ControlsView.
So instead of importing it like so:
import { ControlsView } from '@livekit/react-components'
and passing it down as controlRenderer
,
I've copied the content of node_modules/@livekit/react-components/src/components/ControlsView.tsx
,
changed nothing initially, only the relative imports:
import { AudioSelectButton } from '@livekit/react-components'
import { ControlButton } from '@livekit/react-components'
import styles from '@livekit/react-components/src/components/styles.module.css'
import { VideoSelectButton } from '@livekit/react-components'
This already led to malfunction in the control buttons, especially `AudioSelectButton`:
It seems that the onClick
event handler of Audio doesn't get any new state of the enabled
const.
So only one click is possible at max. Then no change of mute/unmute is possible until .... I trigger the switch on video.
Then enabled
in onClick
on Audio gets updated one time.
Please, take a look at the screen recording in the attachment.steep-balloon-41261
06/13/2022, 12:18 PMsteep-balloon-41261
06/13/2022, 10:15 PMpowerful-electrician-15282
06/13/2022, 10:15 PMsteep-balloon-41261
06/13/2022, 11:34 PMsteep-balloon-41261
06/14/2022, 5:28 AMsteep-balloon-41261
06/14/2022, 12:55 PM