Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AddressType

Defines valid SDP address types.

Hierarchy

  • AddressType

Index

Methods

getTypeString

  • getTypeString(): string
  • Returns string

Static getAddressTypeForAddress

  • getAddressTypeForAddress(ipAddress: string): string
  • Gets the SDP address type for the specified IP address.

    Parameters

    • ipAddress: string

      The IP address.

    Returns string

Static getIP4

  • getIP4(): string
  • Gets the SDP address type meaning "IP version 4".

    Returns string

Static getIP6

  • getIP6(): string
  • Gets the SDP address type meaning "IP version 6".

    Returns string