Home > @twilio/voice-react-native-sdk
Provides access to Twilio Programmable Voice for React Native applications running on iOS and Android devices.
Class | Description |
---|---|
AudioDevice | Describes audio devices as reported by the native layer and allows the native selection of the described audio device. |
Call | Provides access to information about a call, including the call parameters, and exposes functionality for a call such as disconnecting, muting, and holding. |
CallInvite | Provides access to information about a call invite, including the call parameters, and exposes functionality to accept or decline a call. |
IncomingCallMessage | CallMessage API is in beta.Provides access to information about a CallMessage, including the call message content, content type, message type, and voice event SID. |
OutgoingCallMessage | CallMessage API is in beta.Provides access to information about a outgoingCallMessage, including the call message content, contentType, messageType, and voiceEventSid |
Voice | Main entry-point of the Voice SDK. Provides access to the entire feature-set of the library. |
Interface | Description |
---|---|
Call | Defines strict typings for all events emitted by Call objects. |
CallInvite | Defines strict typings for all events emitted by CallInvite objects. |
CallMessage | The constituent values of a Call Message. |
OutgoingCallMessage | Defines strict typings for all events emitted by OutgoingCallMessage objects. |
Voice | Defines strict typings for all events emitted by Voice objects. |
Namespace | Description |
---|---|
AudioDevice | Contains interfaces and enumerations associated with audio devices. |
Call | Namespace for enumerations and types used by Call objects. |
CallInvite | Provides enumerations and types used by a CallInvite object. |
CallKit | CallKit related types. |
OutgoingCallMessage | Namespace for enumerations and types used by OutgoingCallMessage objects. |
RTCStats | Types related to WebRTC stats. |
TwilioErrors | |
Voice | Provides enumerations and types used by Voice objects. |
Type Alias | Description |
---|---|
CustomParameters | Call custom parameters. If custom parameters are present for a call, then it will have this typing. |