I finally got it to work! It's weird though, we're experiencing a weird,
unpredictable thing when testing the application.I've made a small
logger that checks whether the connection is P2P or not (using
StreamManager's isP2P property), and sometimes, when sending out video,
it switches from true to false and vice versa. But only sometimes, not
all the time. Furthermore, this morning I didn't get the P2P connection
up, I've tried several times over the course of several hours.Later this
day it wo...