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