Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

115
Vistas
Dial a participant via PSTN in conference in twilio

I am currently making a conference call in which two participants join via SDK.One participant initiates a call from react-native and other joins the call via push notification which says "hey a talker is waiting for you in the conference" in react-native app.

And on the backend, I am using node js which is sending Twilio the twiml response like this

const voiceResponse = new twilio.twiml.VoiceResponse();
voiceResponse.pause({length: 1});
voiceResponse.say('Hello. Your call is starting now.');
const dial = voiceResponse.dial();
dial.conference(
  {
    endConferenceOnExit: true,
    record: 'record-from-start',
    recordingStatusCallback: `${process.env.HOST}/v1/twilio/recording`,
    trim: 'do-not-trim',
    statusCallback: `${process.env.HOST}/v1/twilio/status`,
    statusCallbackEvent: 'start end join leave mute hold speaker',
  },
  req.body.conversation_id,
);

Now I want to join a participant in a conference via PSTN, how it can be done?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda