Skip to content

Commit 6e2124d

Browse files
committed
Extmap URI for video orientation
1 parent 007528c commit 6e2124d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdp/src/extmap/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub const TRANSPORT_CC_URI: &str =
2121
pub const SDES_MID_URI: &str = "urn:ietf:params:rtp-hdrext:sdes:mid";
2222
pub const SDES_RTP_STREAM_ID_URI: &str = "urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id";
2323
pub const AUDIO_LEVEL_URI: &str = "urn:ietf:params:rtp-hdrext:ssrc-audio-level";
24+
pub const VIDEO_ORIENTATION_URI: &str = "urn:3gpp:video-orientation";
2425

2526
/// ExtMap represents the activation of a single RTP header extension
2627
#[derive(Debug, Clone, Default)]

0 commit comments

Comments
 (0)