Agora RTC Objective-C API Reference
Refactor
|
Public Member Functions | |
virtual void | onSnapshotTaken (const char *channel, unsigned int uid, const char *filePath, int width, int height, int errCode)=0 |
|
inlinevirtual |
|
pure virtual |
snapshot taken callback
channel | channel name |
uid | user id |
filePath | image is saveed file path |
width | image width |
height | image height |
errCode | 0 is ok negative is error |