Hello all,
Is there a C++ sample that shows how to establish the peer-to-peer calls without using the conferencing server? Ideally I would like to establish a call from a windows desktop native app to a client using the Chrome web browser.
Thanks
qt example,we run it.
but the dialog URI default address is http://61.152.239.56:3001/createToken
my server is CS_WebRTC_Conference_Server_Peer.v3.1.tgz,
is any server,we need to run it?
javascript client ,we had run and it's OK.But C++ client is NG.
I checked the download for 3.1 for windows and the windows samples only has the "conference" sample code. Where can I find the p2p only sample?
Thanks,
Regarding the ip address, it is a hard-coded value in our sample. You will need to update that value based on your own network configuration.
Another thing is that we do not provide the P2P sample for C++ SDK.
Thanks!
For more complete information about compiler optimizations, see our Optimization Notice.