Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
1151 Discussions

Do I *have* to implement peerClient.invite -> accept workflow?

Zhen_L_
Beginner
583 Views

I currently already have a invite and accept workflow ready. (Outside of webrtc)

To establish a webRTC video call. Do I still need to do peerClient.invite() onInvited() peerClient.accept() all over again?

Is there a way to get around the invite->oninvited->accept->onaccepted workflow in peerClient and to call peerClient.publish directly? 

0 Kudos
2 Replies
Jianjun_Z_Intel
Employee
583 Views

Hi Zhen,

Currently, invitation should be accepted in order to establish a WebRTC session. You can automatically accept SDK's invitation in your app.

0 Kudos
Zhen_L_
Beginner
583 Views

OK got it.

It works locally now. thanks!

0 Kudos
Reply