Hi,I got this error message and can't find out why this is
happening.Here is what I do:I have a simple room for 2 users maximum
with AudioSubscriber and AudioPublisher as in PeerToPeerRtmfp
example.What I want to do is keep a user always connected in the room
(master). The other user (viewer) must be able to connect to a room,
disconnect and then reconnect again later.The first time I connect and
use AudioSubscriber and AudioPublisher, everything is working fine, I
can hear and speak.Then I disc...