Contents

currentCalls

An array representing the cellular calls in progress.

Declaration

var currentCalls: Set<CTCall>? { get }

Discussion

An array containing a CTCall object for each cellular call in progress. If no calls are in progress, the value of this property is nil.

See Also

Responding to Cellular Call Events