índice.js
async acceptCall() { const tokenRes = await this.generateToken(this.agoraChannel); this.initializeAgora(tokenRes.data.appID); this.joinRoom(tokenRes.data.token, this.agoraChannel); this.incomingCall = false; this.callPlaced = true; }, declineCall() { // You can send a request to the caller to // alert them of rejected call this.incomingCall = false; },Ahora mi problema es que cuando se rechazó la llamada, la persona que llamó no pudo recibir la alerta.
Acepte o rechace llamadas usando Agora RTM SDK para una experiencia de videollamada dinámica usando el flujo en: https://github.com/akshatvg/Agora-RTM-Call-Invitation
Documentos: https://docs.agora.io/en/Real-time-Messaging/rtm_invite_web?platform=Web