Interface DeviceInfo.Builder

    • Method Detail

      • platformName

        DeviceInfo.Builder platformName​(String platformName)

        Name of the platform that the participant used for the call.

        Parameters:
        platformName - Name of the platform that the participant used for the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platformVersion

        DeviceInfo.Builder platformVersion​(String platformVersion)

        Version of the platform that the participant used for the call.

        Parameters:
        platformVersion - Version of the platform that the participant used for the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingSystem

        DeviceInfo.Builder operatingSystem​(String operatingSystem)

        Operating system that the participant used for the call.

        Parameters:
        operatingSystem - Operating system that the participant used for the call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.