Interface ChannelDefinition.Builder

    • Method Detail

      • 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, ParticipantRole
      • 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:
        ParticipantRole, ParticipantRole