Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 86c0aed

Browse files
author
Rain Liu
committed
fix SEMANTIC_TOKEN_WEBRTC_MEDIA_STREAMS
1 parent 1f96710 commit 86c0aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/description/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub const ATTR_KEY_EXT_MAP: &str = "extmap";
3434
pub const SEMANTIC_TOKEN_LIP_SYNCHRONIZATION: &str = "LS";
3535
pub const SEMANTIC_TOKEN_FLOW_IDENTIFICATION: &str = "FID";
3636
pub const SEMANTIC_TOKEN_FORWARD_ERROR_CORRECTION: &str = "FEC";
37-
pub const SEMANTIC_TOKEN_WEB_RTCMEDIA_STREAMS: &str = "WMS";
37+
pub const SEMANTIC_TOKEN_WEBRTC_MEDIA_STREAMS: &str = "WMS";
3838

3939
/// Version describes the value provided by the "v=" field which gives
4040
/// the version of the Session Description Protocol.

0 commit comments

Comments
 (0)