Skip to content

Commit cbcf650

Browse files
Update session.tsx
1 parent cac89b8 commit cbcf650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/Context/SessionProvider/session.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ const SessionProvider = ({ children }: SessionProviderProps): ReactElement => {
397397
* Force mutes a participant.
398398
* @param {Stream} stream - The stream that is going to be muted.
399399
*/
400-
const forceMute = useCallback(async (stream: Stream) => {
400+
const forceMute = useCallback((stream: Stream) => {
401401
if (vonageVideoClient.current) {
402402
void vonageVideoClient.current.forceMuteStream(stream);
403403
}

0 commit comments

Comments
 (0)