Merge pull request #73 from daily-demos/acb/neutral-comment

Make comment reflect no specific gender
This commit is contained in:
Ashley 2022-03-24 15:31:52 -04:00 committed by GitHub
commit 4bcf7fc988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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());