Open shrhabibi opened 1 year ago
On which platform do you observe this? The Android media soup is suffering from this problem and is not working properly at the moment: https://github.com/melihercan/WebRTCme/issues/22
There is no concept of Producer or Consumer in normal SignalingServer usage (only used in MediaSoup). It seems in this case _peers.Count is 0 and it is trying to use the null _producerDataChannel.
Null Handling
Solution? : producerDataChannel?.Send(object);