Share via


getLocalParameters method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Obtain the DTLS parameters of the local RTCDtlsTransport.

Syntax

var retval = RTCDtlsTransport.getLocalParameters();

Parameters

This method has no parameters.

Return value

Type: RTCDtlsParameters

DTLS parameters of the local RTCDtlsTransport.

Standards information

See also

RTCDtlsTransport