LiveKit JS Server SDK - v2.13.3
Preparing search index...
CreateSipTrunkOptions
Interface CreateSipTrunkOptions
Deprecated
use CreateSipInboundTrunkOptions or CreateSipOutboundTrunkOptions
interface
CreateSipTrunkOptions
{
inbound_addresses
?:
string
[]
;
inbound_numbers
?:
string
[]
;
inbound_password
?:
string
;
inbound_username
?:
string
;
metadata
?:
string
;
name
?:
string
;
outbound_address
?:
string
;
outbound_password
?:
string
;
outbound_username
?:
string
;
}
Index
Properties
inbound_
addresses?
inbound_
numbers?
inbound_
password?
inbound_
username?
metadata?
name?
outbound_
address?
outbound_
password?
outbound_
username?
Properties
Optional
inbound_
addresses
inbound_addresses
?:
string
[]
Optional
inbound_
numbers
inbound_numbers
?:
string
[]
Optional
inbound_
password
inbound_password
?:
string
Optional
inbound_
username
inbound_username
?:
string
Optional
metadata
metadata
?:
string
Optional
name
name
?:
string
Optional
outbound_
address
outbound_address
?:
string
Optional
outbound_
password
outbound_password
?:
string
Optional
outbound_
username
outbound_username
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
inbound_
addresses
inbound_
numbers
inbound_
password
inbound_
username
metadata
name
outbound_
address
outbound_
password
outbound_
username
LiveKit JS Server SDK - v2.13.3
Loading...
Deprecated
use CreateSipInboundTrunkOptions or CreateSipOutboundTrunkOptions