Commit 1395f67
authored
Fix webrtc capability inclusion requirements (#2568)
In the matter camera subdriver, the webrtc capability should be included
if the `WebRTCTransportProvider` clusters is implemented as `SERVER` and
if `WebRTCTransportRequestor` is implemented as `CLIENT`; this commit
adds a check for the former which is currently missing from the subdriver.1 parent b828a5a commit 1395f67
File tree
2 files changed
+5
-4
lines changed- drivers/SmartThings/matter-switch/src
- sub_drivers/camera/camera_utils
- test
2 files changed
+5
-4
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | | - | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments