Skip to content

Commit 366829b

Browse files
committed
1 parent 5b610d0 commit 366829b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jsep.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ const (
3939
SemanticTokenLipSynchronization = "LS"
4040
SemanticTokenFlowIdentification = "FID"
4141
SemanticTokenForwardErrorCorrection = "FEC"
42-
SemanticTokenWebRTCMediaStreams = "WMS"
42+
// https://datatracker.ietf.org/doc/html/rfc5956#section-4.1
43+
SemanticTokenForwardErrorCorrectionFramework = "FEC-FR"
44+
SemanticTokenWebRTCMediaStreams = "WMS"
4345
)
4446

4547
// Constants for extmap key.

0 commit comments

Comments
 (0)