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_
ビギナー
588件の閲覧回数

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
従業員
588件の閲覧回数

Hi Zhen,

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

Zhen_L_
ビギナー
588件の閲覧回数

OK got it.

It works locally now. thanks!

返信