Agora RTC Objective-C API Reference  Refactor
Public Member Functions
ISnapshotCallback Class Referenceabstract

Public Member Functions

virtual void onSnapshotTaken (const char *channel, unsigned int uid, const char *filePath, int width, int height, int errCode)=0
 

Constructor & Destructor Documentation

◆ ~ISnapshotCallback()

virtual ~ISnapshotCallback ( )
inlinevirtual

Member Function Documentation

◆ onSnapshotTaken()

virtual void onSnapshotTaken ( const char *  channel,
unsigned int  uid,
const char *  filePath,
int  width,
int  height,
int  errCode 
)
pure virtual

snapshot taken callback

Parameters
channelchannel name
uiduser id
filePathimage is saveed file path
widthimage width
heightimage height
errCode0 is ok negative is error