A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/ko/docs/Web/API/RTCSessionDescription/type below:

RTCSessionDescription.type - Web API | MDN

RTCSessionDescription.type

Baseline Widely available

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

읽기 전용 값인 RTCSessionDescription.type 은 세션 설명의 타입을 알려주는 RTCSdpType타입의 값입니다.

Syntax
var value = sessionDescription.type;
sessionDescription.type = value;
값

RTCSdpType 타입의 열거체에 사용 가능한 값들이 정의되어 있습니다.

아래는 사용 가능한 값들입니다:

Example
// The remote description has been set previously on pc, a RTCPeerconnection

alert(pc.remoteDescription.type);
사양서 브라우저 호환성 참조

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4