flutter_pitel_voip 1.0.10+9
flutter_pitel_voip: ^1.0.10+9 copied to clipboard
flutter_pitel_voip is package support for voice-over-IP (VoIP) call. Support VoIP call between 2 extension or outgoing call mobile phone number.
/// Example demonstrating how to use flutter_pitel_voip package.
///
/// This example shows basic setup for VoIP calling including:
/// - Initializing Pitel client
/// - Registering SIP account
/// - Making and receiving calls
void main() async {
// Please checkout repo github https://github.com/tel4vn/pitel-ui-kit to get example
}