diff options
Diffstat (limited to 'files/ja/web/api/mediastreamtrack/remote/index.html')
-rw-r--r-- | files/ja/web/api/mediastreamtrack/remote/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/mediastreamtrack/remote/index.html b/files/ja/web/api/mediastreamtrack/remote/index.html index b4bf386cb1..a2c03106be 100644 --- a/files/ja/web/api/mediastreamtrack/remote/index.html +++ b/files/ja/web/api/mediastreamtrack/remote/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/MediaStreamTrack/remote --- <p>{{APIRef("Media Capture and Streams")}}{{obsolete_header()}}</p> -<p><code><strong>MediaStreamTrack.remote</strong></code>は読み取り専用のプロパティであり、このプロパティによってJavaScript上で、WebRTC MediaStreamTrackがリモートソースかローカルソースであるのかを知ることができます。値が<code>true</code>の場合は、トラックがリモートのソース(<a href="https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection">RTCPeerConnection</a>)を用いられていること示します。値が<code>false</code>の場合はローカルのソースが用いられていることを示します。</p> +<p><code><strong>MediaStreamTrack.remote</strong></code>は読み取り専用のプロパティであり、このプロパティによってJavaScript上で、WebRTC MediaStreamTrackがリモートソースかローカルソースであるのかを知ることができます。値が<code>true</code>の場合は、トラックがリモートのソース(<a href="/ja/docs/Web/API/RTCPeerConnection">RTCPeerConnection</a>)を用いられていること示します。値が<code>false</code>の場合はローカルのソースが用いられていることを示します。</p> <h2 id="文法">文法</h2> @@ -37,7 +37,7 @@ translation_of: Web/API/MediaStreamTrack/remote <h2 id="関連項目">関連項目</h2> <ul> - <li><a href="/en-US/docs/Web/Guide/API/WebRTC">WebRTC</a></li> + <li><a href="/ja/docs/Web/Guide/API/WebRTC">WebRTC</a></li> </ul> <p> </p> |