five9-softphone/inception.html

37 lines
975 B
HTML

<div
class="ui-dialog ui-widget ui-widget-content ui-corner-all embeddedSoftphone-dialog"
tabindex="-1"
role="dialog"
aria-labelledby="ui-id-1"
style="
outline: 0px;
z-index: 1000;
height: auto;
width: 300px;
position: absolute;
top: 32px;
right: 295.891px;
"
>
<div
class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix"
>
<span id="ui-id-1" class="ui-dialog-title">Softphone</span
><a href="#" class="ui-dialog-titlebar-close ui-corner-all" role="button"
><span class="ui-icon ui-icon-closethick">close</span></a
>
</div>
<div
id="f31_embeddedSoftphone_dialog"
class="ui-dialog-content ui-widget-content"
style="width: auto; min-height: 0px; height: 468.953px"
>
<iframe
src="https://localhost:443/iframe_api_v2.html"
allow="microphone; autoplay"
title="Amazon Connect CCP"
style="width: 100%; height: 100%"
></iframe>
</div>
</div>