Voice
Plugin.Maui.VoipCore
SIP/VoIP session model with pluggable signaling
A SIP/VoIP session model for MAUI with a pluggable signaling stack — the shared core for call state, not a single vendor SDK wrapper.
Install
dotnet add package Plugin.Maui.VoipCorePackage ID: Plugin.Maui.VoipCore
Overview
Plugin.Maui.VoipCore models SIP/VoIP sessions for MAUI and keeps signaling pluggable. Call state, hold, mute, and session lifetime live in one core so apps are not locked to a single CPaaS SDK at the architecture layer.
Capabilities
- VoIP session lifecycle.
- Pluggable signaling.
- A core that UI and notification layers can observe.
- .NET MAUI
- VoIP
- SIP
- C#