Agora C++ API Reference for All Platforms
|
Inherits agora::RefCountInterface.
Public Member Functions | |
virtual int | SetLocalAccessPoint (const LocalAccessPointConfiguration &config)=0 |
![]() | |
virtual void | AddRef () const =0 |
virtual RefCountReleaseStatus | Release () const =0 |
virtual bool | HasOneRef () const =0 |
Protected Member Functions | |
virtual | ~IConfigCenter () |
![]() | |
virtual | ~RefCountInterface () |
|
inlineprotectedvirtual |
|
pure virtual |
Set local access point addresses in local Ap mode(which also calls local proxy). Use this method before join channel.
config | The LocalAccessPointConfiguration class, See the definition of LocalAccessPointConfiguration for details. |