Hughp135
Hughp135
Is this related to having hyperchat enabled? Created issue at https://github.com/LiveTL/chat/issues/8
Found a way around by mocking the SuiModal class like so: ``` const modalContext: IConfirmModalContext = { title: 'Title', question: 'test?', }; const fakeModalService = { approve: () => null,...
I realise it's been a while since you made this issue, but thought i would try and help anyway. The 3 types in the are actually in the constructor of...
Thanks for the reply In my opinion, it would be helpful if there was a minimal example of creating a modal without too much boilerplate. Here's a very rough example...
Thanks for the message. The project utilises the webRTC for audio calls which is P2P and is pretty good for quality/bandwidth in the chrome browser. However is not scalable like...