Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| lwc:networking:webrtc [2025/01/21 17:36] – John Harrison | lwc:networking:webrtc [2025/01/23 15:42] (current) – John Harrison | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * There has to be some sort of server outside of the ICE server that handles the signaling | * There has to be some sort of server outside of the ICE server that handles the signaling | ||
| * The clients need some way to identify themselves on the signaling server so there is typically a login process. //This is not required though.// | * The clients need some way to identify themselves on the signaling server so there is typically a login process. //This is not required though.// | ||
| + | * typically after login we would then connect to a STUN server for the candidate negotiation. We don't need a unique ID to do this tho so login is not required. | ||
| * The signaling server is typically accessed through websockets | * The signaling server is typically accessed through websockets | ||
| * Part of the point is to agree on an ICE server? | * Part of the point is to agree on an ICE server? | ||
| Line 59: | Line 60: | ||
| * the ''" | * the ''" | ||
| * the tutorialspoint example does not use the " | * the tutorialspoint example does not use the " | ||
| - | | + | |
| + | ==== Notes ==== | ||
| + | | ||
| + | * straight-up data: use '' | ||
| + | * audio or video: use '' | ||