Agora Server Gateway SDK C++ API Reference
Public Member Functions | List of all members
agora::rtc::INetworkObserver Class Reference

#include <NGIAgoraRtcConnection.h>

Public Member Functions

virtual ~INetworkObserver ()
 
virtual void onUplinkNetworkInfoUpdated (const UplinkNetworkInfo &info)
 
virtual void onDownlinkNetworkInfoUpdated (const DownlinkNetworkInfo &info)
 

Constructor & Destructor Documentation

◆ ~INetworkObserver()

virtual agora::rtc::INetworkObserver::~INetworkObserver ( )
inlinevirtual

Member Function Documentation

◆ onDownlinkNetworkInfoUpdated()

virtual void agora::rtc::INetworkObserver::onDownlinkNetworkInfoUpdated ( const DownlinkNetworkInfo info)
inlinevirtual

Occurs when downlink network info is updated.

This callback is used for notifying user to switch major/minor stream if needed.

Parameters
infoThe downlink network info collections.

◆ onUplinkNetworkInfoUpdated()

virtual void agora::rtc::INetworkObserver::onUplinkNetworkInfoUpdated ( const UplinkNetworkInfo info)
inlinevirtual

Occurs when downlink network info is updated.

This callback is used for notifying user to adjust the send pace based on the target bitrate.

Parameters
infoThe uplink network info collections.

The documentation for this class was generated from the following file: