Skip to content

Commit

Permalink
Add missing "provisional apiMaturity" to webrtc-requestor-cluster.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
pidarped committed Jan 3, 2025
1 parent fa45b40 commit 5aa1c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Git: 0.9-fall2024-228-g54b1ae035
-->
<configurator>
<domain name="CHIP"/>
<cluster>
<cluster apiMaturity="provisional">
<domain>Cameras</domain>
<name>WebRTC Transport Requestor</name>
<code>0x0554</code>
Expand Down
2 changes: 1 addition & 1 deletion src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -9953,7 +9953,7 @@ provisional cluster WebRTCTransportProvider = 1363 {
}

/** The WebRTC transport requestor cluster provides a way for stream consumers (e.g. Matter Stream Viewer) to establish a WebRTC connection with a stream provider. */
cluster WebRTCTransportRequestor = 1364 {
provisional cluster WebRTCTransportRequestor = 1364 {
revision 1;

enum StreamUsageEnum : enum8 {
Expand Down

0 comments on commit 5aa1c84

Please sign in to comment.