CallingWidget constructor
const
CallingWidget({
- Key? key,
- required String callTo,
- required bool isCall,
- required bool isRegister,
- required SipConfigModel sipConfig,
Creates a calling widget that controls the call UI and call actions.
Implementation
const CallingWidget({
super.key,
required this.callTo,
required this.isCall,
required this.isRegister,
required this.sipConfig,
});