79655102

Date: 2025-06-05 19:15:16
Score: 0.5
Natty:
Report link

I solove this error just when join join using id as number and must as string

this update the code in `

uid: currentUserId

``

 const acceptCall = useCallback(async () => {
    if (!incomingCall) return;
    const { token, channelName,uid } = callInfo;
    setIncomingCall(false);
    await joinVoiceChannel({ token, channel: channelName, uid});
  }, [incomingCall, joinVoiceChannel, currentUserId, callInfo]);
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Zakaria Zhlat