No provider found for CdkOverlayContainer [angular client]

Alright, this is related to lazy loaded modules. I made it to fix it by adding OpenviduSessionModule to AppModule instead of my lazy loaded module.

It would be great to only add OpenviduSessionModule into each module that is going to be used in.