Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

218
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda