Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Check out our upcoming events and meetups! View events →
Call class reference for the Telnyx Flutter Voice SDK. Represents an active audio or video call and exposes accept, decline, hold, mute, and DTMF methods.
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
_telnyxClient.call.acceptCall(_incomingInvite?.callID);
if (_ongoingCall) {
_telnyxClient.call.endCall(_telnyxClient.call.callId);
} else {
_telnyxClient.createCall().endCall(_incomingInvite?.callID);
}
_telnyxClient.call.dtmf(_telnyxClient.call.callId, tone);
_telnyxClient.call.onMuteUnmutePressed();
_telnyxClient.call.enableSpeakerPhone(true);
_telnyxClient.call.onHoldUnholdPressed();
Was this page helpful?