Movatterモバイル変換


[0]ホーム

URL:


  1. 개발자를 위한 웹 기술
  2. Web API
  3. RTCPeerConnection
  4. RTCPeerConnection.getReceivers()

This page was translated from English by the community.Learn more and join the MDN Web Docs community.

View in EnglishAlways switch to English

RTCPeerConnection.getReceivers()

Baseline Widely available *

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2020년 1월⁩.

* Some parts of this feature may have varying levels of support.

Experimental:이 기능은실험적인 기능입니다.
프로덕션 환경에서 사용하기 전에브라우저 호환성 표를 주의 깊게 확인하세요.

RTCPeerConnection.getReceivers() 메소드는RTCRtpReceiver 객체의 배열을 반환합니다. 이 배열의 각 요소들은 RTP 리시버를 나타냅니다. 각각의 RTP 리시버는RTCPeerConnection에 대한MediaStreamTrack의 데이터를 수신하고 디코딩 합니다.

Syntax

js
var receivers[] = RTCPeerConnection.getReceivers();

반환 값

연결에 대한 각 트랙마다 한 개씩RTCRtpReceiver 객체의 배열을 반환합니다. R연결에 대한 RTP 리시버가 없으면, 배열은 빈 상태입니다.

RTCReceiver 인스턴스에서 반환되는 순서는 명세서에 정의되어있지 않고,getSenders()호출을 사용해서 다음 배열의 요소로 바꿀 수 있습니다.

예시

tbd

명세

Specification
WebRTC: Real-Time Communication in Browsers
# dom-peerconnection-getreceivers

브라우저 호환성

참조

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp