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