diff --git a/openvidu-insecure-angular/README.md b/openvidu-insecure-angular/README.md
index 30d8823d..65d4d2c7 100644
--- a/openvidu-insecure-angular/README.md
+++ b/openvidu-insecure-angular/README.md
@@ -118,7 +118,7 @@ Let's see how `app.component.ts` uses `openvidu-browser`:
// If the connection is successful, initialize a publisher and publish to the session
if (!error) {
- // 4) Get your own camera stream with the desired resolution and publish it, only if the user is supposed to do so
+ // 4) Get your own camera stream with the desired resolution and publish it
let publisher = this.OV.initPublisher('', {
audio: true,
video: true,
@@ -147,4 +147,17 @@ Let's see how `app.component.ts` uses `openvidu-browser`:
+ ```
+ Last point worth considering is the `ngDoCheck()` implementation of StreamComponent. As we are handling Stream objects by ourselves (task which usually is taken care by OpenVidu), and because the URL of Stream objects takes some time to get its final value as the WebRTC negotiation takes place, we must listen to any change in `stream` @Input property. This allows us to update `videoSrc` value of the component, which finally ends up being the _src_ value of the `