kixelated / moq-js

Typescript library for Media over QUIC
Apache License 2.0
143 stars 32 forks source link

Add Subprotocol Negotiation headers once web platform API exists #94

Open englishm opened 8 months ago

englishm commented 8 months ago

Subprotocol Negotiation offers a way to denote that we're running MoQ over WebTransport (similar to what we can do with ALPN in the case of raw QUIC), but the current WebTransport constructor has no way to signal this yet. Add support once it does.

englishm commented 8 months ago

@kixelated feel free to assign to me. Not sure if anyone else cares about this.