Closed antonroman closed 5 years ago
It is done. Two containers are executed in the VnV test to implement a WebRTC call. We show the output of the command to prove that the WebRTC call was estabished:
tcpdump -i lo udp -vv -X | grep "rooms.quobis.com"
This command capture the UDP traffic and filter those who comes or goes to URL rooms.quobis.com. The output is similar to:
If the output is similar to the content shown in the picture, we can confirm that the call has been made successfully.
Once we have fixed the problem with the VnV, we could do the pending tests. This test try to prove that the WebRTC call from both head-less containers is established successfully, so we show as results the Puppeteer logs and the output of the tcpdump command mentioned in the previous comment. The next pictures show the obtained results from the CLI and from the VnV platform.
This test checks if a videoconference can be estabished. ● It uses the Chrome head-less approach for the WebRTC call.