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

134
Vistas
How to change the back of video in vonage

Members,

I am using Vonage API for video calling.

I want to change the video background, Can anyone guide me on this.!

Looking forward to hearing from you!!

Thank you!!

about 4 years ago · Juan Pablo Isaza
3 Respuestas
Responde la pregunta

0

Background replacement and Insertable Streams are on the roadmap in early 2022, but as for now the only thing available to alter the background, using only the Vonage Video API, is the recently released (still in beta) Background Blur method. This is applied to the Publisher via the method applyVideoFilter.

Example:

// Start the BG Blur before publishing
OT.initPublisher(someContainer, {
   videoFilter: {
      type: 'backgroundBlur',
   },
})

// Start the BG Blur after publishing
await publisher.applyVideoFilter({
   type: 'backgroundBlur',
   blurStrength: 'low',
})

// Stopping the BG Blur after publishing
await publisher.clearVideoFilter();

In the April 2022 announcement: Added support for filtering video for the publisher. This is a beta feature. Currently, only a background blur filter can be applied. See the videoFilter property of the option parameter you pass into OT.initPublisher() method. Also, see the docs for the Publisher.applyVideoFilter(), Publisher.getVideoFilter(), and Publisher.clearVideoFilter() methods.

You can read more in the Vonage Developer Docs.

about 4 years ago · Juan Pablo Isaza Denunciar

0

The Vonage Video APIs does not currently support this out of the box - you will need to integrate a 3rd party library, dependent on what platform and programming language you're using.

about 4 years ago · Juan Pablo Isaza Denunciar

0

You can use this library to add background blur and replacement https://npm.io/package/@vonage/video-effects

about 4 years ago · Juan Pablo Isaza Denunciar
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