From dac32bceaa8e37edcf09b1ffc8d3bc279250696e Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 18 Jun 2021 00:34:28 +0000 Subject: [CRON] sync translated content --- files/ja/web/api/rtcsessiondescriptioncallback/index.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 files/ja/web/api/rtcsessiondescriptioncallback/index.html (limited to 'files/ja/web/api') diff --git a/files/ja/web/api/rtcsessiondescriptioncallback/index.html b/files/ja/web/api/rtcsessiondescriptioncallback/index.html deleted file mode 100644 index e04b9e9bd2..0000000000 --- a/files/ja/web/api/rtcsessiondescriptioncallback/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: RTCSessionDescriptionCallback -slug: Web/API/RTCSessionDescriptionCallback -translation_of: Web/API/RTCSessionDescriptionCallback ---- -

{{APIRef("WebRTC")}}{{SeeCompatTable}}RTCSessionDescriptionCallbackはオファーまたはアンサーの作成が要求された時に RTCPeerConnection オブジェクトによって実行されます。 

- -

- -
var pc = new RTCPeerConnection();
-var descriptionCallback = function(offer) {
-  pc.setLocalDescription(offer);
-}
-pc.createOffer(descriptionCallback);
-
-- cgit v1.2.3-54-g00ecf