Interface ChannelDefinition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ChannelDefinition.Builder,ChannelDefinition>, SdkBuilder<ChannelDefinition.Builder,ChannelDefinition>, SdkPojo
Enclosing class:
ChannelDefinition

public static interface ChannelDefinition.Builder extends SdkPojo, CopyableBuilder<ChannelDefinition.Builder,ChannelDefinition>
  • Method Details

    • channelId

      ChannelDefinition.Builder channelId(Integer channelId)

      Specify the audio channel you want to define.

      Parameters:
      channelId - Specify the audio channel you want to define.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • participantRole

      ChannelDefinition.Builder participantRole(String participantRole)

      Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.

      Parameters:
      participantRole - Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • participantRole

      ChannelDefinition.Builder participantRole(ParticipantRole participantRole)

      Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.

      Parameters:
      participantRole - Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: