We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6015f91 commit e13f364Copy full SHA for e13f364
components/livekit/actions/create-ingress-from-url/create-ingress-from-url.mjs
@@ -81,7 +81,7 @@ export default {
81
enableTranscoding,
82
url,
83
});
84
- $.export("$summary", `Successfully created room with SID \`${response.sid}\`.`);
+ $.export("$summary", `Successfully created room with SID \`${response.ingressId}\`.`);
85
return response;
86
},
87
};
0 commit comments