java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,CallLeg>
com.sinch.sdk.domains.voice.models.v1.calls.request.CallLeg

public class CallLeg extends EnumDynamic<String,CallLeg>
Specifies which part of the call will be managed. This option is used only by the PlayFiles and Say instructions to indicate which channel the sound will be played on. Valid options are caller, callee or both. If not specified, the default value is caller.

The callLeg identifier is ignored for calls that are part of a conference and calls initiated using the Callout API.

Since:
1.4
  • Field Details

    • CALLER

      public static final CallLeg CALLER
    • CALLEE

      public static final CallLeg CALLEE
    • BOTH

      public static final CallLeg BOTH
  • Method Details