wxc_sdk.me.go_override package

class wxc_sdk.me.go_override.GoOverrideApi(*, session: RestSession, base: str | None = None)[source]

Bases: ApiChild

get() bool[source]

Get My WebexGoOverride Settings

Retrieve “Mobile User Aware” override setting for Do Not Disturb feature.

When enabled, a mobile device will still ring even if Do Not Disturb, Quiet Hours, or Presenting Status are enabled.

When disabled, a mobile device will return busy for all incoming calls if Do Not Disturb, Quiet Hours, or Presenting Status are enabled.

It requires a user auth token with spark:telephony_config_read scope.

Return type:

bool

update(enabled: bool | None = None)[source]

Update My WebexGoOverride Settings

Update “Mobile User Aware” override setting for Do Not Disturb feature.

When enabled, a mobile device will still ring even if Do Not Disturb, Quiet Hours, or Presenting Status are enabled.

When disabled, a mobile device will return busy for all incoming calls if Do Not Disturb, Quiet Hours, or Presenting Status are enabled.

It requires a user auth token with the spark:telephony_config_write scope.

Parameters:

enabled (bool) – True if the “Mobile User Aware” override setting for Do Not Disturb feature is enabled.

Return type:

None

base = 'telephony/config/people/me/settings/webexGoOverride'