Typescript Library Declarations (DOM)
Interface RTCSessionDescriptionInit
interface
RTCSessionDescriptionInit
{
sdp
?:
string
;
type
:
RTCSdpType
;
}
Index
Properties
sdp?
type
Properties
Optional
sdp
sdp
?:
string
type
type
:
RTCSdpType
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
sdp
type
Typescript Library Declarations (DOM)