Interface ChatParticipantRoleConfig.Builder

    • Method Detail

      • participantTimerConfigList

        ChatParticipantRoleConfig.Builder participantTimerConfigList​(Collection<ParticipantTimerConfiguration> participantTimerConfigList)

        A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.

        Parameters:
        participantTimerConfigList - A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • participantTimerConfigList

        ChatParticipantRoleConfig.Builder participantTimerConfigList​(ParticipantTimerConfiguration... participantTimerConfigList)

        A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.

        Parameters:
        participantTimerConfigList - A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
        Returns:
        Returns a reference to this object so that method calls can be chained together.