IncomingCallManagement type
This contains a readonly array that returns all the active incomingCalls.
An active incoming call is a call that has not been answered, declined or disconnected.
type IncomingCallManagement = { incomingCalls: ReadonlyArray<IncomingCall> }