@dialstack/sdk-dev / react/src/softphone / SoftphoneProvider
Variable: SoftphoneProvider
TypeScript
const SoftphoneProvider: React.FC<SoftphoneProviderProps>;
Defined in: sdk/react/src/react/softphone/provider/SoftphoneProvider.tsx:120
Provides the softphone connection + state to its children. Owns the phone, the remote-audio element, the scoped stylesheet, and the E911 flow.
Example
TypeScript
<SoftphoneProvider token={webrtcToken}>
<Softphone />
</SoftphoneProvider>