[LEBV-446] Loading screen before videocall
🎯 Summary
The goal is to have a loading screen with a loading animation in the step between the waiting screen and the video call.
🧪 How to test
Launch the Lebara-Video environment
- Run in a terminal the branch 'develop' in the lebara-video-deployment project.
- Execute
docker-compose -f docker-compose-backend-mock.yml up.
Launch the onboarding-frontend
- Run in a terminal the branch 'LEBV-446_loading-screen-before-videocall' in the lebara-onboarding-frontend project.
- Run the project.
- Open in one tab
http://localhost:4200/?msisdn=015166804082&iccid=1847. - In the step 4 (videoconference), while establishing the connection with the agent, you should see something similar to the attached image.
Launch the agent-portal
- Run in a terminal the branch 'develop' in the lebara-video-agent-portal project.
- Run the project.
- Open in one tab
http://localhost:4300and login. - Open in one tab
http://localhost:4300/video?activation={idActivation}and don't deny or accept camera or audio permissions to reproduce this behavior.
🧠 Considerations
Special considerations
🧐 Checklist
- Changes work in Google Chrome
- Changes work in Safari
- UI is responsive
