hostname including protocol. i.e. 'https://
Optional
apiKey: stringAPI Key, can be set in env var LIVEKIT_API_KEY
Optional
secret: stringAPI Secret, can be set in env var LIVEKIT_API_SECRET
Optional
sip: SIPGrantCreate a new SIP dispatch rule.
SIP dispatch rule to create
Optional
opts: CreateSipDispatchRuleOptionsCreateSipDispatchRuleOptions
Created SIP dispatch rule
Create a new SIP inbound trunk.
human-readable name of the trunk
phone numbers of the trunk
Optional
opts: CreateSipInboundTrunkOptionsCreateSipTrunkOptions
Created SIP inbound trunk
Create a new SIP outbound trunk.
human-readable name of the trunk
hostname and port of the SIP server to dial
phone numbers of the trunk
Optional
opts: CreateSipOutboundTrunkOptionsCreateSipTrunkOptions
Created SIP outbound trunk
Create a new SIP participant.
sip trunk to use for the call
number to dial
room to attach the call to
Optional
opts: CreateSipParticipantOptionsCreateSipParticipantOptions
Created SIP participant
phone number of the trunk
Optional
opts: CreateSipTrunkOptionsCreateSipTrunkOptions
Delete a SIP dispatch rule.
ID of the SIP dispatch rule to delete
Deleted rule information
Delete a SIP trunk.
ID of the SIP trunk to delete
Deleted trunk information
List SIP dispatch rules with optional filtering.
Request with optional filtering parameters
Response containing list of SIP dispatch rules
List SIP inbound trunks with optional filtering.
Request with optional filtering parameters
Response containing list of SIP inbound trunks
List SIP outbound trunks with optional filtering.
Request with optional filtering parameters
Response containing list of SIP outbound trunks
Transfer a SIP participant to a different room.
room the SIP participant to transfer is connectd to
identity of the SIP participant to transfer
SIP URL to transfer the participant to
Optional
opts: TransferSipParticipantOptionsTransferSipParticipantOptions
Updates an existing SIP dispatch rule by replacing it entirely.
ID of the SIP dispatch rule to update
new SIP dispatch rule
Updated SIP dispatch rule
Updates specific fields of an existing SIP dispatch rule. Only provided fields will be updated.
ID of the SIP dispatch rule to update
Fields of the dispatch rule to update
Updated SIP dispatch rule
Updates an existing SIP inbound trunk by replacing it entirely.
ID of the SIP inbound trunk to update
SIP inbound trunk to update with
Updated SIP inbound trunk
Updates specific fields of an existing SIP inbound trunk. Only provided fields will be updated.
ID of the SIP inbound trunk to update
Fields of the inbound trunk to update
Updated SIP inbound trunk
Updates an existing SIP outbound trunk by replacing it entirely.
ID of the SIP outbound trunk to update
SIP outbound trunk to update with
Updated SIP outbound trunk
Updates specific fields of an existing SIP outbound trunk. Only provided fields will be updated.
ID of the SIP outbound trunk to update
Fields of the outbound trunk to update
Updated SIP outbound trunk
Client to access Egress APIs