In the last article, we completed the core services for our reference implementation. This article introduces the reader to an example application client built using the Angular framework. This application client demonstrates how a web application can be used to exercise the reference implementation's features. Construction of the application client is out of scope for the article, but the Angular client's source code is available for interested readers.
Tag: WebRTC
In a Post-Covid19 world, the need for integrated peer to peer, streaming audio and video service in modern applications will become an increasingly more common requirement. In this article, we build a PeerSignalingService to support a WebRTC-based application client's point-to-point video chat feature.