- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- HTML5
- JavaScript*
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Zhen,
Currently, invitation should be accepted in order to establish a WebRTC session. You can automatically accept SDK's invitation in your app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK got it.
It works locally now. thanks!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page