mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 10:51:33 +00:00
fix(meeting-bot): expose negotiated node capability
This commit is contained in:
@@ -204,6 +204,9 @@ export function createNodeMeetingRealtimeAudioTransport(params: {
|
||||
};
|
||||
|
||||
Object.defineProperty(transport, NODE_OUTPUT_GENERATION_CAPABILITY, {
|
||||
get() {
|
||||
return outputGenerationSupported;
|
||||
},
|
||||
set(value) {
|
||||
outputGenerationSupported = value === true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user