Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
공지
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.

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

Zhen_L_
초급자
591 조회수

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 포인트
2 응답
Jianjun_Z_Intel
591 조회수

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 포인트
Zhen_L_
초급자
591 조회수

OK got it.

It works locally now. thanks!

0 포인트
응답