We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92579b7 + eda25fe commit beda867Copy full SHA for beda867
explainer.md
@@ -43,6 +43,12 @@ iterations to support additional use cases such as:
43
* Custom codecs for special purposes (in combination with WebCodecs)
44
45
## Code Examples
46
+0. Feature detection can be done as follows:
47
+
48
+<pre>
49
+const supportsInsertableStreams = window.RTCRtpSender &&
50
+ !!RTCRtpSender.prototype.createEncodedVideoStreams;
51
+</pre>
52
53
1. Let an PeerConnection know that it should allow exposing the data flowing through it
54
as streams.
0 commit comments