Skip to main content
Version: 10.9.x

Teleconsultation Service Frontend

The teleconsultation service uses the SaaS Bandyer Service which allows you to create a video call between two or more people, providing also different tools (like chat, whiteboard, screen sharing, file upload ecc.).

The Teleconsultation Service Frontend handles and visualize the teleconsultation UI and all its relative tools for the call using iframe.

It has one Back End, the Teleconsultation Service Backend, which allows you to handle all the necessary operations (create, update, delete), on the teleconsultations. The Back End uses the RESTful APIs provided by Bandyer.

Teleconsultation Service Frontend Routes

The frontend service exposes the following routes:

  • GET /teleconsultation/:teleconsultationId: it allows the start of a teleconsultation;