wxc_sdk.me.barge package

class wxc_sdk.me.barge.MeBargeApi(*, session: RestSession, base: str = None)[source]

Bases: ApiChild

get() BargeSettings[source]

Retrieve Barge-In Settings

Retrieve Barge-In settings of the user.

The Barge-In feature enables you to use a Feature Access Code (FAC) to answer a call that was directed to another subscriber, or barge-in on the call if it was already answered. Barge-In can be used across locations.

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

Return type:

BargeInInfo

configure(settings: BargeSettings)[source]

Configure Barge-In Settings

Configure person’s Barge-In settings.

The Barge-In feature enables you to use a Feature Access Code (FAC) to answer a call that was directed to another subscriber, or barge-in on the call if it was already answered. Barge-In can be used across locations.

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

Parameters:

settings (BargeSettings) – Barge-In settings

base = 'telephony/config/people/me'