NotifyNow - addConferenceCallParticipant(String conferenceCall, String participant)
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Notify
Adds ad-hoc users to an ongoing conference call.
When the method is called with a phone number for the participant parameter and there is exactly one sys_user record that matches the phone number, that sys_user record will be related to the participant. The participant's phone number field will be left blank because the phone number is in the sys_user record. If there are several sys_user records that match the phone number, or if there are no results, the participant's phone number field will be filled in, and there will be no stored reference to sys_user because the user is not known.
Name | Type | Description |
---|---|---|
conferenceCall | String or GlideRecord | The sys_id or GlideRecord of an active conference call. |
participant | String or GlideRecord | The sys_id or GlideRecord of a user with an E.164-compliant phone number, or an E.164-compliant phone number. |
Type | Description |
---|---|
GlideRecord | The participant record of the new participant that was added to the conference call. |