Skip to content

Commit cd2d250

Browse files
authored
add videoStreaming parameter to hmiCapabilities (#670)
1 parent 2aa1bdf commit cd2d250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ffw/UIRPC.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,8 @@ FFW.UI = FFW.RPCObserver.create(
10451045
],
10461046
'hmiCapabilities': {
10471047
'navigation': true,
1048-
'phoneCall': true
1048+
'phoneCall': true,
1049+
'videoStreaming':true
10491050
},
10501051
'systemCapabilities': SDL.systemCapabilities,
10511052
'code': SDL.SDLModel.data.resultCode.SUCCESS,

0 commit comments

Comments
 (0)