CreateCall constructor
const
CreateCall({
- required int userId,
- required CallProtocol protocol,
- required bool isVideo,
Creates a new call
Implementation
const CreateCall({
required this.userId,
required this.protocol,
required this.isVideo,
});