CallEventHandler typedef

CallEventHandler = Future Function(String mettingId, String uuid, int callType, int callerId, String callerName, String callerAvatar, Set<int> opponentsIds, Map<String, String>? userInfo)

Implementation

typedef Future<dynamic> CallEventHandler(
  String mettingId,
  String uuid,
  int callType,
  int callerId,
  String callerName,
  String callerAvatar,
  Set<int> opponentsIds,
  Map<String, String>? userInfo,
);