When a join a session that already has a bunch of streams connected and disconnect those specific streams, the "streamDestroyed" event does not get triggered.
However, for streams that connect to the session after I have been connected, those do trigger the "streamDestroyed" when I destroy them.
Is this the correct behavior of the "streamDestroyed" event?
I am trying to detect streams that are destroyed regardless if they were connected to the session before I was.
I do not see any other event I can listen for that would detect when a stream has ended.
Can someone point me in the right direction?