Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

124
Views
How to send a request to caller to alert them a reject call?

index.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;
        },

Now my problem is when call has been declined, the caller could not get alert

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Accept or reject calls using the Agora RTM SDK for a dynamic video call experience using the flow in: https://github.com/akshatvg/Agora-RTM-Call-Invitation

Docs: https://docs.agora.io/en/Real-time-Messaging/rtm_invite_web?platform=Web

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!