You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constremoteParticipants=useDebouncedValue(_remoteParticipants,300);// we debounce the remote participants to avoid unnecessary rerenders that happen when participant tracks are all subscribed simultaneously
148
146
constlocalParticipant=useLocalParticipant();
@@ -189,6 +187,7 @@ export const CallContent = ({
189
187
/**
190
188
* This hook is used to handle IncallManager specs of the application.
0 commit comments