Ingested audio calls can be sent downstream to other instances.

@if (!downstreams.length) {

No defined downstreams

} @for (downstream of downstreams; track downstream; let i = $index) { drag_indicator {{ downstream.value.url || 'NewDownstream' }} @if (downstream.invalid) { error }

Disabled
Disable the downstream.

API Key
Api key of the remote instance.

@if (downstream.get('apikey')?.hasError('duplicate')) { API key is already defined } @if (downstream.get('apikey')?.hasError('required')) { API key is required }

URL
URL of the remote instance.

@if (downstream.get('url')?.hasError('required')) { URL is required } @if (downstream.get('url')?.hasError('invalid')) { URL is invalid } @if (downstream.get('url')?.hasError('duplicate')) { URL is already defined }

Access
This downstream allows access to @if (downstream.value.systems === '*') { all } @if (downstream.value.systems !== '*') { some } systems and talkgroups.

}