@apidaze/node-red-contrib-apidaze
Version:
Node-RED module for Apidaze
21 lines (18 loc) • 547 B
HTML
<script type="text/javascript">
RED.nodes.registerType('rtc-processor', {
category: 'apidaze',
color: '#E9967A',
defaults: {},
inputs: 1,
outputs: 3,
outputLabels: ['New call', 'In progress', 'Hung-up'],
icon: 'font-awesome/fa-cloud',
label: 'RTC processor',
});
</script>
<script type="text/html" data-template-name="rtc-processor">
<input type="hidden" id="node-input-outputs" />
</script>
<script type="text/html" data-help-name="rtc-processor">
<p>Lets RTC requests proceed in the flow.</p>
</script>