diff options
Diffstat (limited to 'files/zh-tw/archive/b2g_os/web_telephony_api/index.html')
-rw-r--r-- | files/zh-tw/archive/b2g_os/web_telephony_api/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/files/zh-tw/archive/b2g_os/web_telephony_api/index.html b/files/zh-tw/archive/b2g_os/web_telephony_api/index.html new file mode 100644 index 0000000000..c9e0c9516b --- /dev/null +++ b/files/zh-tw/archive/b2g_os/web_telephony_api/index.html @@ -0,0 +1,25 @@ +--- +title: Web Telephony +slug: Archive/B2G_OS/Web_Telephony_API +translation_of: Archive/B2G_OS/Web_Telephony_API +--- +<p>WebTelephony API 可透過 JavaScript 程式碼,讓網頁內容處理一般音訊電話。</p> +<p>透過 <a href="https://developer.mozilla.org/en-US/docs/Web/API/window.navigator.mozTelephony" title="Returns a Telephony object you can use to initiate and control telephone calls from the browser."><code>window.navigator.mozTelephony</code></a> 即可存取此 API。另請參閱下列的完整介面列表:</p> +<h2 id="DOM_介面">DOM 介面</h2> +<ul> + <li>{{domxref("window.navigator.mozTelephony")}}</li> + <li><a href="/en-US/docs/Web/API/Telephony"><code>Telephony</code></a></li> + <li><a href="/en-US/docs/Web/API/TelephonyCall"><code>TelephonyCall</code></a></li> + <li><a href="/en-US/docs/Web/API/CallEvent"><code>CallEvent</code></a></li> +</ul> +<h2 id="範例程式碼與介紹">範例程式碼與介紹</h2> +<div> + <ul> + <li><a href="https://developer.mozilla.org/en-US/docs/Web/Guide/Telephony/Introduction_to_WebTelephony">WebTelephony 介紹</a></li> + <li><a href="https://developer.mozilla.org/en-US/docs/Web/Guide/Telephony/Using_the_Telephony_API">使用 Telephony API</a></li> + </ul> +</div> +<h2 id="另可參閱">另可參閱</h2> +<ul> + <li><a class="link-https" href="https://wiki.mozilla.org/WebAPI/WebTelephony">WebTelephony API</a> (設計文件)</li> +</ul> |