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

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

Zhen_L_
Beginner
301 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
301 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
301 Views

OK got it.

It works locally now. thanks!

0 Kudos
Reply