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