This web application consists on an advanced one to one video call using WebRTC. It uses the following Kurento capabilities: the recording of the video communication, and also an augmented reality filter (face overlay) in the remote stream. This application implements two different Media Pipelines. The first Media Pipeline is used to communicate two peers and it is composed by two interconnected WebRtcEndpoints with (FaceOverlayFilter) in between and also a RecorderEndpoint to carry out the recording. The recorded stream will be stored in the file system of the Kurento Media Server. Then, a second Media Pipeline is used to play the recorded media. To run this demo follow these steps: