Mohamadrez@

Results 4 comments of Mohamadrez@

Hey @alexis-piquet, This question was just related to the repository not being in production. Since we do not want to duplicate code in both repositories, we found that using git...

Hi @manjeshbhargav thanks I check this method but it doesn’t work const trackDisabled = (track, participant) => { if (track.kind === 'video') { // Handle the remote user disabling their...

based on documentation, I found this solution it works on my code ``` const handleTrackDisabled=(track:any)=> { track.on('disabled', () => { setRemoteCamStatus(true); }); track.on('enabled', () => { setRemoteCamStatus(false); }); } room.participants.forEach((participant:...

@jaywcjlove I think the color tonnage for saturation is incorrect. because Shade is how much black there is. saturation is how strong/weak a color is