Skip to content

Interface: CallParticipant

Defined in: Calls.types.ts:87

Identity for a remote party on a call.

Properties

id

ts
id: string;

Defined in: Calls.types.ts:89

Opaque, stable app identifier for this participant.


displayName?

ts
optional displayName?: string;

Defined in: Calls.types.ts:91

Display name.


avatarUrl?

ts
optional avatarUrl?: string;

Defined in: Calls.types.ts:93

Avatar URL.


phoneNumber?

ts
optional phoneNumber?: string;

Defined in: Calls.types.ts:96

Phone number in E.164 (e.g. "+14155551234"). When present on iOS, the CallKit handle is set to this number, enabling Recents and Siri.


email?

ts
optional email?: string;

Defined in: Calls.types.ts:98

Email address.

Released under the MIT License.