Basic Information

appmixer.tldv.core.ImportMeeting

Import Meeting

1.0.0

Public

Imports an external audio/video recording from a publicly reachable URL into tl;dv for transcription and AI notes. Supported formats: mp3, mp4, wav, m4a, mkv, mov, avi, wma, flac. Import is asynchronous: the job id is emitted immediately on the first output port, and once tl;dv finishes processing, the created meeting is emitted on the second (Meeting Created) port. On a dry run nothing is created and the second port never fires.

Input Ports

in

FieldTypeDescription
Name text Name for the imported meeting.
Recording URL text Publicly accessible URL of the audio/video file to import (mp3, mp4, wav, m4a, mkv, mov, avi, wma, flac).
Happened At date-time Optional date/time when the meeting actually took place.
Participant Emails text Optional comma-separated list of participant email addresses.
Dry Run toggle When enabled, tl;dv validates the request without persisting anything. Useful for testing.
Correlation ID text Optional identifier of your own, echoed unchanged on both output ports. Use it to pair parallel imports with their results.
Polling Timeout (seconds) number Maximum time to wait for tl;dv to finish processing the import. The meeting list is checked once a minute, so the effective resolution is 60 seconds and anything lower is raised to 60. When the timeout is reached the component fails; the import may still complete later - find it with Find Meetings (the meeting's Conference ID equals the job id) or the New Meeting trigger.

Output Ports

out

FieldTypeDescription
Success boolean -
Job ID string -
Message string -
Correlation ID string -

done

FieldTypeDescription
Meeting ID string -
Name string -
Happened At string -
tl;dv URL string -
Duration (seconds) integer -
Organizer object -
Invitees array -
Template object -
Extra Properties object -
Job ID string -
Correlation ID string -

Full Metadata