Skip to content

Commit

Permalink
Change RtpHeaderExtension URI to numerical ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipel-WebRTC committed May 14, 2024
1 parent d226e7e commit 667864f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explainer-use-case-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ interface RtpPacket {

interface RtpHeaderExtension {
constructor(required RtpHeaderExtensionInit);
readonly attribute DOMString uri;
readonly attribute octet id;
readonly attribute ArrayBuffer value;
}

Expand All @@ -84,7 +84,7 @@ dictionary RtpPacketInit {
}

dictionary RtpHeaderExtensionInit {
required DOMString uri;
required octet id;
required ArrayBuffer value;
}

Expand Down

0 comments on commit 667864f

Please sign in to comment.