Results 5 comments of Dmitrii Kuzmin

The same problem occurs when using `import()` with Angular 17 after building. It's strange because I didn't encounter this problem while serving locally. ```typescript export const exportExcel = () =>...

It will be triggered after the two peers establish a connection

also you could set `negotiated=true` and `id=0` to all your peers and you will not need `onDataChannel` anymore ```kotlin val dataChannelConfig = DataChannel.Init() dataChannelConfig.negotiated = true dataChannelConfig.id = 0 dataChannel...