Integrate TIXAE voice calls using the @tixae-labs/web-sdk package.
agentId
and region
from your TIXAE Dashboard and provides event listeners to track call status.
.startCall()
You can start a call by invoking the .startCall()
function.
.endCall()
You can end a call by invoking the .endCall()
function.
.toggleMute()
You can toggle the local microphone on or off during an active call.
call-start
Occurs when the call has connected and begins.
call-ended
Occurs when the call has disconnected & ended.
final_transcript
Occurs when user finishes speaking.
conversation-update
Occurs whenever the conversation’s state or message changes.
error
Handle errors that occur during the call.