Typescript Library Declarations (DOM)
Interface RTCIceCandidatePair
interface
RTCIceCandidatePair
{
local
:
RTCIceCandidate
;
remote
:
RTCIceCandidate
;
}
Index
Properties
local
remote
Properties
local
local
:
RTCIceCandidate
remote
remote
:
RTCIceCandidate
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
local
remote
Typescript Library Declarations (DOM)