.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _developer-manual: Developer manual ================ .. index:: single: Integrate in another extension Call from another extension --------------------------- To integrate in another extension, just define the $conf['extnum'] as the phone number to be called and call t3lib_div::callUserFunction("tx_webrtcphone->htmlLink",$conf,$conf) function. .. code-block:: php if (t3lib_extMgm::isLoaded('webrtc_phone')) { $conf['extnum'] = $person["phone"]; $content .= 'Click ' . t3lib_div::callUserFunction("tx_webrtcphone->htmlLink",$conf,$conf). ' to call
'; }