---
title: remoteHandle
framework: callkit
role: symbol
role_heading: Instance Property
path: callkit/cxcallupdate/remotehandle
---

# remoteHandle

The handle for the remote party (for an incoming call, this is the caller; for an outgoing call, this is the callee).

## Declaration

```swift
@NSCopying var remoteHandle: CXHandle? { get set }
```

## See Also

### Accessing Call Update Attributes

- [localizedCallerName](callkit/cxcallupdate/localizedcallername.md)
- [hasVideo](callkit/cxcallupdate/hasvideo.md)
- [supportsGrouping](callkit/cxcallupdate/supportsgrouping.md)
- [supportsUngrouping](callkit/cxcallupdate/supportsungrouping.md)
- [supportsHolding](callkit/cxcallupdate/supportsholding.md)
- [supportsDTMF](callkit/cxcallupdate/supportsdtmf.md)
