createGetRefs
function createGetRefs(pc): () => object;
Parameters
| Parameter | Type |
|---|---|
pc | PeerConnection |
Returns
(): object;
Returns
object
| Name | Type | Default value |
|---|---|---|
connectionState | RTCPeerConnectionState | - |
iceConnectionState | RTCIceConnectionState | - |
iceGatheringState | RTCIceGatheringState | - |
signalingState | RTCSignalingState | - |
offerOptions | RTCOfferOptions | undefined | pc.offerOptions |
answerOptions | RTCAnswerOptions | undefined | pc.answerOptions |
module | string | undefined | refs.module |
references | References | refs |