Typescript Library Declarations (DOM)
Interface RTCIceServer
interface
RTCIceServer
{
credential
?:
string
;
urls
:
string
|
string
[]
;
username
?:
string
;
}
Index
Properties
credential?
urls
username?
Properties
Optional
credential
credential
?:
string
urls
urls
:
string
|
string
[]
Optional
username
username
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
credential
urls
username
Typescript Library Declarations (DOM)