Say I have a scenario where:
- Browser A (Chrome) is broadcasting webcam
- Licode server receives
- Licode relays the video to Browser B (Safari) and Browser C (IE)
Safari and IE don’t support WebRTC, so with licode are they able to view
A’s video (as passive participants) just using a <video>
tag?