teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
Api
PhoneConnectionWebrtc
Class PhoneConnectionWebrtc
Hierarchy (
View Summary
)
VirtualClass
<
{
id
:
long
;
ip
:
string
;
ipv6
:
string
;
password
:
string
;
port
:
int
;
stun
?:
boolean
;
turn
?:
boolean
;
username
:
string
;
}
,
>
PhoneConnectionWebrtc
Index
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
CONSTRUCTOR_
ID
id
ip
ipv6
original
Args
password
port
stun?
SUBCLASS_
OF_
ID
turn?
username
Constructors
constructor
new
PhoneConnectionWebrtc
(
args
:
{
id
:
BigInteger
;
ip
:
string
;
ipv6
:
string
;
password
:
string
;
port
:
number
;
stun
?:
boolean
;
turn
?:
boolean
;
username
:
string
;
}
,
)
:
PhoneConnectionWebrtc
Parameters
args
:
{
id
:
BigInteger
;
ip
:
string
;
ipv6
:
string
;
password
:
string
;
port
:
number
;
stun
?:
boolean
;
turn
?:
boolean
;
username
:
string
;
}
Returns
PhoneConnectionWebrtc
Methods
Static
from
Reader
fromReader
(
reader
:
any
)
:
PhoneConnectionWebrtc
Parameters
reader
:
any
Returns
PhoneConnectionWebrtc
Static
serialize
Bytes
serializeBytes
(
data
:
string
|
Buffer
<
ArrayBufferLike
>
)
:
Buffer
Parameters
data
:
string
|
Buffer
<
ArrayBufferLike
>
Returns
Buffer
Static
serialize
Date
serializeDate
(
date
:
number
|
Date
)
:
Buffer
Parameters
date
:
number
|
Date
Returns
Buffer
get
Bytes
getBytes
()
:
Buffer
Returns
Buffer
to
JSON
toJSON
()
:
{
id
:
BigInteger
;
ip
:
string
;
ipv6
:
string
;
password
:
string
;
port
:
number
;
stun
?:
boolean
;
turn
?:
boolean
;
username
:
string
;
}
Returns
{
id
:
BigInteger
;
ip
:
string
;
ipv6
:
string
;
password
:
string
;
port
:
number
;
stun
?:
boolean
;
turn
?:
boolean
;
username
:
string
;
}
Properties
Static
class
Name
className
:
string
Static
class
Type
classType
:
"constructor"
|
"request"
Static
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
number
Static
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
number
class
Name
className
:
"PhoneConnectionWebrtc"
class
Type
classType
:
"constructor"
CONSTRUCTOR_
ID
CONSTRUCTOR_ID
:
1667228533
id
id
:
BigInteger
ip
ip
:
string
ipv6
ipv6
:
string
original
Args
originalArgs
:
{
id
:
BigInteger
;
ip
:
string
;
ipv6
:
string
;
password
:
string
;
port
:
number
;
stun
?:
boolean
;
turn
?:
boolean
;
username
:
string
;
}
password
password
:
string
port
port
:
number
Optional
stun
stun
?:
boolean
SUBCLASS_
OF_
ID
SUBCLASS_OF_ID
:
2861425677
Optional
turn
turn
?:
boolean
username
username
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
from
Reader
serialize
Bytes
serialize
Date
get
Bytes
to
JSON
Properties
class
Name
class
Type
CONSTRUCTOR_
ID
SUBCLASS_
OF_
ID
class
Name
class
Type
CONSTRUCTOR_
ID
id
ip
ipv6
original
Args
password
port
stun
SUBCLASS_
OF_
ID
turn
username
GitHub
npm
Issues
teleproto - v1.229.0
Loading...