Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

c++ sample

bitsmaker
Beginner
457 Views

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

0 Kudos
4 Replies
Chunbo_H_Intel1
Employee
457 Views
Hi, Yes, we provide the P2P C++ native application without conference server. Thanks!
0 Kudos
tony_j_1
Beginner
457 Views

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.

0 Kudos
bitsmaker
Beginner
457 Views

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,

 

0 Kudos
Chunbo_H_Intel1
Employee
457 Views

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!

 

0 Kudos
Reply