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

219
Views
How do I start a group call on Azure Communication Services with the JavaScript SDK?

I am trying to implement group calling using Azure Communication Services, using only azure-communication-calling which provides the CallClient. When I access the group Id from Call, that is returned after CallClient.startCall, through Call.info.groupId it's blank.
My question is, how do I get the group Id so that other users can join. Or is there a way to call CallClient.startCall that initiates the call as a group call?

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

My question is, how do I get the group Id so that other users can join. Or is there a way to call CallClient.startCall that initiates the call as a group call?

According to documentation:

The groupId parameter requires data to be in GUID format. We recommend using randomly generated GUIDs that aren't considered personal data in your systems.

To start a new group call or join an ongoing group call, use the join method and pass an object with a groupId.

const context = { groupId: '<GUID>'};
const call = callAgent.join(context);

To generate GUID, you can refer to How to create a GUID / UUID

Updated references: CallInfo interface, Call Automation overview, Learn Azure Communication Services and Learn Azure Communication Services Day 7 – Joining a Group Call

about 4 years ago · Santiago Gelvez 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!