Make comment reflect no specific gender
This commit is contained in:
parent
7f3fe2e161
commit
deb569fa8f
|
|
@ -56,7 +56,7 @@ export const useSharedState = ({ initialValues = {}, broadcast = true }) => {
|
||||||
[stateRef, callObject]
|
[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 handleJoinedMeeting = useCallback(() => {
|
||||||
const randomDelay = 1000 + Math.ceil(1000 * Math.random());
|
const randomDelay = 1000 + Math.ceil(1000 * Math.random());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue