Arnold S.
Arnold S.
@filipows it can be fixed by: ``` "angularCompilerOptions": { "enableIvy": false } ``` BUT, I don't think it's a good solution, not every library running Ivy
@force-net any updates regarding this merge?
@force-net thank you
@plutoless We needed to do one login and have ability to join multiple channels with this login. This is how we did it: ``` var tokenBuilder = new AccessToken(_agoraIOConfig.Value.AppID, _agoraIOConfig.Value.AppCertificate,...