- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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?
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Zhen,
Currently, invitation should be accepted in order to establish a WebRTC session. You can automatically accept SDK's invitation in your app.
