Interface Identifiers.Builder

Enclosing interface:
Identifiers

public static interface Identifiers.Builder
Builder interface for creating immutable Identifiers instances.
  • Method Details

    • streamId

      Identifiers.Builder streamId(String streamId)
      Sets the unique stream identifier.
      Parameters:
      streamId - the stream ID.
      Returns:
      this Builder instance.
    • participantId

      Identifiers.Builder participantId(String participantId)
      Sets the participant or user associated with the stream.
      Parameters:
      participantId - the participant ID.
      Returns:
      this Builder instance.
    • build

      Identifiers build()
      Builds the Identifiers instance.
      Returns:
      an immutable Identifiers instance.