feat: 更改麦克风action
This commit is contained in:
parent
fca64b5d32
commit
e438d41afe
@ -294,7 +294,7 @@ export const collapseList = [
|
|||||||
name: "停止麦克风",
|
name: "停止麦克风",
|
||||||
type: "serviceNode",
|
type: "serviceNode",
|
||||||
desc: "用于停止麦克风的节点",
|
desc: "用于停止麦克风的节点",
|
||||||
action: 'MICROPHONE_END',
|
action: 'MICROPHONE_STOP',
|
||||||
nodeType: 'EDGE',
|
nodeType: 'EDGE',
|
||||||
nodeParams: [
|
nodeParams: [
|
||||||
{ name: "deviceId", type: "input", input: "", componentType: 'select', selectOptions: audioOptions(), disabled: true }
|
{ name: "deviceId", type: "input", input: "", componentType: 'select', selectOptions: audioOptions(), disabled: true }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user