We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b610d0 commit 366829bCopy full SHA for 366829b
jsep.go
@@ -39,7 +39,9 @@ const (
39
SemanticTokenLipSynchronization = "LS"
40
SemanticTokenFlowIdentification = "FID"
41
SemanticTokenForwardErrorCorrection = "FEC"
42
- SemanticTokenWebRTCMediaStreams = "WMS"
+ // https://datatracker.ietf.org/doc/html/rfc5956#section-4.1
43
+ SemanticTokenForwardErrorCorrectionFramework = "FEC-FR"
44
+ SemanticTokenWebRTCMediaStreams = "WMS"
45
)
46
47
// Constants for extmap key.
0 commit comments