So I just started working with QB and am trying to implement the videochat. I took the code from their sample and modified it a bit. I'm able to connect two devices with sound, but nothing appears for video. I did notice this message in the logs:
-[QBChat xmppStream:didSendMessage:] -> Message: <message id="101027544"
type="qbvideochat_p2pIsNotPossible" to="1040156-9755@chat.quickblox.com"
from="1039653-9755@chat.quickblox.com">
<extraParams xmlns=""><sessionID>421051409.487072
</sessionID><callType>1</callType></extraParams></message>
I'm assuming this has something to do with it::qbvideochat_p2pIsNotPossible
. But otherwise I have no idea.