We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007528c commit 6e2124dCopy full SHA for 6e2124d
sdp/src/extmap/mod.rs
@@ -21,6 +21,7 @@ pub const TRANSPORT_CC_URI: &str =
21
pub const SDES_MID_URI: &str = "urn:ietf:params:rtp-hdrext:sdes:mid";
22
pub const SDES_RTP_STREAM_ID_URI: &str = "urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id";
23
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";
25
26
/// ExtMap represents the activation of a single RTP header extension
27
#[derive(Debug, Clone, Default)]
0 commit comments