|
Agora C++ API Reference for All Platforms
|
#include <IAgoraMediaRelayService.h>
Public Member Functions | |
| virtual | ~IMediaRelayObserver () |
| virtual void | onChannelMediaRelayStateChanged (CHANNEL_MEDIA_RELAY_STATE state, CHANNEL_MEDIA_RELAY_ERROR code) |
|
inlinevirtual |
|
inlinevirtual |
Occurs when the state of the media stream relay changes.
The SDK returns the state of the current media relay with any error message.
| state | The state code in CHANNEL_MEDIA_RELAY_STATE. |
| code | The error code in CHANNEL_MEDIA_RELAY_ERROR. |