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/_redirects.txt | 1 + files/ja/_wikihistory.json | 12 ++++++------ .../web/api/rtcsessiondescriptioncallback/index.html | 16 ++++++++++++++++ .../ja/web/api/rtcsessiondescriptioncallback/index.html | 15 --------------- 4 files changed, 23 insertions(+), 21 deletions(-) create mode 100644 files/ja/orphaned/web/api/rtcsessiondescriptioncallback/index.html delete mode 100644 files/ja/web/api/rtcsessiondescriptioncallback/index.html diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index ba6c7488bb..de49bfd30c 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3932,6 +3932,7 @@ /ja/docs/Web/API/Position /ja/docs/Web/API/GeolocationPosition /ja/docs/Web/API/PositionError /ja/docs/Web/API/GeolocationPositionError /ja/docs/Web/API/Push_API/Using_the_Push_API /ja/docs/Web/API/Push_API +/ja/docs/Web/API/RTCSessionDescriptionCallback /ja/docs/orphaned/Web/API/RTCSessionDescriptionCallback /ja/docs/Web/API/RandomSource /ja/docs/conflicting/Web/API/Crypto/getRandomValues /ja/docs/Web/API/RandomSource/getRandomValues /ja/docs/Web/API/Crypto/getRandomValues /ja/docs/Web/API/Range1 /ja/docs/Web/API/Range diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index da07b71cbb..43bd7fb909 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -20881,12 +20881,6 @@ "dreissig.jahrhundert" ] }, - "Web/API/RTCSessionDescriptionCallback": { - "modified": "2019-03-23T22:51:28.888Z", - "contributors": [ - "dreissig.jahrhundert" - ] - }, "Web/API/Range": { "modified": "2020-10-15T21:17:11.080Z", "contributors": [ @@ -52315,6 +52309,12 @@ "mfuji09" ] }, + "orphaned/Web/API/RTCSessionDescriptionCallback": { + "modified": "2019-03-23T22:51:28.888Z", + "contributors": [ + "dreissig.jahrhundert" + ] + }, "orphaned/Web/API/ReadableStreamDefaultController/ReadableStreamDefaultController": { "modified": "2020-10-15T22:26:44.153Z", "contributors": [ diff --git a/files/ja/orphaned/web/api/rtcsessiondescriptioncallback/index.html b/files/ja/orphaned/web/api/rtcsessiondescriptioncallback/index.html new file mode 100644 index 0000000000..df94aca744 --- /dev/null +++ b/files/ja/orphaned/web/api/rtcsessiondescriptioncallback/index.html @@ -0,0 +1,16 @@ +--- +title: RTCSessionDescriptionCallback +slug: orphaned/Web/API/RTCSessionDescriptionCallback +translation_of: Web/API/RTCSessionDescriptionCallback +original_slug: Web/API/RTCSessionDescriptionCallback +--- +

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

+ +

+ +
var pc = new RTCPeerConnection();
+var descriptionCallback = function(offer) {
+  pc.setLocalDescription(offer);
+}
+pc.createOffer(descriptionCallback);
+
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