onCallAcceptedWhenTerminated property
dynamic Function(String mettingId, String uuid, int callType, int callerId, String callerName, String callerAvatar, Set<int> opponentsIds, Map<String, String> ? userInfo)?
onCallAcceptedWhenTerminated
getter/setter pair
Implementation
static Function(
String mettingId,
String uuid,
int callType,
int callerId,
String callerName,
String callerAvatar,
Set<int> opponentsIds,
Map<String, String>? userInfo,
)? onCallAcceptedWhenTerminated;