Interface Broadcaster.UplinkSpeedObserver

    • Method Detail

      • onUplinkTestComplete

        void onUplinkTestComplete​(long bitrate,
                                  boolean recommendation)
        Called when an uplink speed test completes. This will not be called if a speed test is cancelled, for example when starting a broadcast or destroying the Broadcaster.
        Parameters:
        bitrate - Measured uplink bandwidth in bits per second (bps).
        recommendation - True if bandwidth measurement succeeded and the bandwidth is deemed sufficient for live broadcasting. False otherwise.