Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update StartWebRTCSession.mdx #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion api-reference/endpoint/StartWebRTCSession.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
title: '/StartWebRTCSession'
description: 'Start a WebRTC session'
openapi: 'POST /StartWebRTCSession'
---

Not sure if this has been brought up before, but it is unclear where the SDP and type are obtained from for reference in the StartWebRTCSession API payload. I've read through the documentation, and noted the CreateOffer and CreateAnswer methods for the RTCPeerConnection instance, but when attempting to set local description using the CreateOffer method, nothing gets set. Adding an example of how to properly use your APIs including where to obtain required parameters would be immensely helpful. I alone have spent 3 hours on this so I can only imagine the collective time spent by devs navigating your documentation.
---