ziwo-core-front
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
RTCPeer
Connection
Factory
STUN_
ICE_
SERVER
inbound
outbound
recovering
Hierarchy
RTCPeerConnectionFactory
Index
Properties
STUN_
ICE_
SERVER
Methods
inbound
outbound
recovering
Properties
Static
STUN_
ICE_
SERVER
STUN_
ICE_
SERVER
:
string
[]
= ['stun:stun.l.google.com:19302']
Methods
Static
inbound
inbound
(
verto
:
Verto
, inboudParams
:
any
)
:
Promise
<
[
RTCPeerConnection
,
MediaChannel
]
>
We receive the call
Parameters
verto:
Verto
inboudParams:
any
Returns
Promise
<
[
RTCPeerConnection
,
MediaChannel
]
>
Static
outbound
outbound
(
verto
:
Verto
, callId
:
string
, login
:
string
, phoneNumber
:
string
)
:
Promise
<
[
RTCPeerConnection
,
MediaChannel
]
>
We initiate the call
Parameters
verto:
Verto
callId:
string
login:
string
phoneNumber:
string
Returns
Promise
<
[
RTCPeerConnection
,
MediaChannel
]
>
Static
recovering
recovering
(
verto
:
Verto
, params
:
any
, _direction
:
"inbound"
|
"outbound"
)
:
Promise
<
[
RTCPeerConnection
,
MediaChannel
]
>
Parameters
verto:
Verto
params:
any
_direction:
"inbound"
|
"outbound"
Returns
Promise
<
[
RTCPeerConnection
,
MediaChannel
]
>
Generated using
TypeDoc
We receive the call