Contents

SetTranslatingAction

An action that starts or stops translation.

Declaration

final class SetTranslatingAction

Overview

To avoid interrupting or impeding call translation when a person mutes their audio during a conversation, don’t deactivate the upstream audio. Instead, mute your app’s audio input using MuteConversationAction and keep the upstream audio active to allow translated audio to flow when a person mutes the hardware microphone.

Topics

Creating a conversation action

Accessing action attributes

Completing a translation

See Also

Conversation actions