Make comment reflect no specific gender

This commit is contained in:
Ashley Blewer 2022-03-23 18:29:06 -04:00
parent 7f3fe2e161
commit deb569fa8f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export const useSharedState = ({ initialValues = {}, broadcast = true }) => {
[stateRef, callObject]
);
// whenever local user joins, we randomly pick a participant from the call and request him for the state.
// whenever local user joins, we randomly pick a participant from the call and request state from them.
const handleJoinedMeeting = useCallback(() => {
const randomDelay = 1000 + Math.ceil(1000 * Math.random());