yoake/webroot/twilio/voice/recordings.tpl.html

10 lines
290 B
HTML
Raw Normal View History

2022-11-07 04:45:02 -06:00
{{ $type := "recording" }}
{{ if $formType := (invoke "FormValue" .C "type") }}
{{ $type = $formType }}
{{ end }}
{{ $status := (invoke "FormValue" .C "RecordingStatus") }}
{{ if eq $status "completed" }}
{{ $recUrl := (invoke "FormValue" .C "RecordingUrl") }}
<h1>Thank you</h1>
{{ end }}