Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PhoneConnectionWebrtc

Hierarchy

  • VirtualClass<{ turn?: boolean; stun?: boolean; id: long; ip: string; ipv6: string; port: int; username: string; password: string }>
    • PhoneConnectionWebrtc

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { turn?: boolean; stun?: boolean; id: BigInteger; ip: string; ipv6: string; port: number; username: string; password: string }

Type declaration

  • Optional turn?: boolean
  • Optional stun?: boolean
  • id: BigInteger
  • ip: string
  • ipv6: string
  • port: number
  • username: string
  • password: string
CONSTRUCTOR_ID: 1667228533
SUBCLASS_OF_ID: 2861425677
classType: "constructor"
className: "PhoneConnectionWebrtc"
turn?: boolean
stun?: boolean
id: BigInteger
ip: string
ipv6: string
port: number
username: string
password: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { turn?: boolean; stun?: boolean; id: BigInteger; ip: string; ipv6: string; port: number; username: string; password: string }
  • Returns { turn?: boolean; stun?: boolean; id: BigInteger; ip: string; ipv6: string; port: number; username: string; password: string }

    • Optional turn?: boolean
    • Optional stun?: boolean
    • id: BigInteger
    • ip: string
    • ipv6: string
    • port: number
    • username: string
    • password: string

Constructors

  • new PhoneConnectionWebrtc(args: { turn?: boolean; stun?: boolean; id: BigInteger; ip: string; ipv6: string; port: number; username: string; password: string }): PhoneConnectionWebrtc
  • Parameters

    • args: { turn?: boolean; stun?: boolean; id: BigInteger; ip: string; ipv6: string; port: number; username: string; password: string }
      • Optional turn?: boolean
      • Optional stun?: boolean
      • id: BigInteger
      • ip: string
      • ipv6: string
      • port: number
      • username: string
      • password: string

    Returns PhoneConnectionWebrtc

Generated using TypeDoc