wxc_sdk.me.secondary_line.recording package

class wxc_sdk.me.secondary_line.recording.MeSecondaryLineRecordingApi(*, session: RestSession, base: str = None)[source]

Bases: ApiChild

settings(lineowner_id: str) MeRecordingSettings[source]

Get My Secondary Line Owner’s Call Recording Settings

Get details of call recording settings associated with a secondary line of the authenticated user.

Note that an authenticated user can only retrieve information for their configured secondary lines.

Call recording settings allow you to access and customize options that determine when and how your calls are recorded, providing control over recording modes and notifications.

This API requires a user auth token with a scope of spark:telephony_config_read.

Parameters:

lineowner_id (str) – Unique identifier for the secondary line owner (applicable only for Virtual Lines).

Return type:

MeRecordingSettings

base = 'telephony/config/people/me'