Steffen Vogel
683fc837d0
Make repo REUSE compliant
2023-05-05 11:58:49 -04:00
Sean DuBois
9c47fea3f2
Remove new RTCSessionDescription
pattern
...
SetRemoteDescription accepts a RTCSessionDescriptionInit so this is no
longer needed
Resolves #2324
2022-10-24 22:36:30 -04:00
Sean DuBois
ce533d527f
Add StandardJS workflow
...
Been running these locally only.
2022-02-05 22:20:52 -05:00
Roman Romanenko
7c8064052e
Update all examples with copySessionDescription
...
copySessionDescription adds a button to all examples that copies the
local Session Description. This makes it easier for users to copy the
values.
Resolves #2092
2022-02-05 13:41:44 -05:00
Sean DuBois
fa72a9529f
Add examples/rtcp-processing
...
rtcp-processing demonstrates how to access RTCP Packets via ReadRTCP
Resolves #2027
2021-11-20 22:06:03 -05:00
Jamie Good
63112a4ed4
Use addTrack instead of addStream in examples
...
Logs: TypeError: pc.addStream is not a function.
Fixed js error when using safari due to deprecated
RTCPeerConnection.addStream() method.
Updated js fiddle examples to use the addTrack()
method instead.
2020-10-14 10:16:28 -07:00
Sean DuBois
cc940bc5f4
Rename pion-webrtc -> Pion WebRTC
...
Mass rename everywhere we forgot to update
2019-06-30 21:29:35 -07:00
Sean DuBois
fdcb1a3941
Rewrite examples to avoid onnegotiationneeded
...
onnegotiationneeded is broken in libwebrtc M73, so
just rewrite all examples to only set the offer once
Resolves #545
2019-03-23 13:36:06 -07:00
backkem
911013755a
Examples: serve WASM examples locally
...
The examples server now detects 'demo.wasm' files in
the jsfiddles. Examples layout updated to match Pion style.
Resolves #491
2019-03-07 22:44:51 +01:00
Sean DuBois
d9ba0533f5
Fix Codacy warnings
...
Run standardjs across all js files, fix all other issues by hand
2019-02-05 23:18:47 -08:00
backkem
7a527fadb3
Examples: exchange entire RTCSessionDescription
...
Resolves #39
2018-12-08 11:06:16 +01:00
Sean DuBois
b431455273
Add STUN to all examples
2018-08-16 14:51:57 -07:00
Sean DuBois
d9e6b8b61f
Update examples to only generate SDP when candidates are done gathering
2018-08-11 13:56:28 -07:00
Sean DuBois
7aa47c7d99
Add empty css files to jsfiddle demos
2018-07-07 11:32:58 -07:00
Sean DuBois
074e3391bf
Move JSfiddle snippets to git
...
jsfiddle provides a way to create snippets from Github via a URL. This
way we can still provide easy demos, but get all the nice things from
having them in Git
Closes #32
2018-07-07 11:32:58 -07:00