steep-balloon-41261
04/21/2023, 6:27 PMdry-elephant-14928
04/21/2023, 6:45 PMfamous-ice-34068
04/22/2023, 11:01 AMadaptive stream is enabled, cannot change video track settings
dry-elephant-14928
04/22/2023, 7:59 PMfamous-ice-34068
04/23/2023, 9:35 AMuseParticipants
hook.
And created a function that disable audio on button click.
participant.audioTracks.forEach((track) => {
console.log(track, 'track');
track.setEnabled(false);
});
It does nothing. (btw I have roomAdmin
permission)dry-elephant-14928
04/24/2023, 5:05 AMuseTracks
and a useEffect
. useParticipants
is not guaranteed to update when tracks are changed