OnGoingCallView constructor

const OnGoingCallView({
  1. Key? key,
  2. required List<String?> userJid,
})

Implementation

const OnGoingCallView({super.key, required this.userJid});