2025-05-08 18:01:52 +08:00

22 lines
496 B
C

/*************************************************************
*
* This is a part of the Agora Media Framework Library.
* Copyright (C) 2021 Agora IO
* All rights reserved.
*
*************************************************************/
#ifndef __AGORA_CLI_H__
#define __AGORA_CLI_H__
#ifdef __cplusplus
extern "C" {
#endif
/* API */
void cli_agora_rtc_debug_cmd(char *pcWriteBuffer, int xWriteBufferLen, int argc, char **argv);
#ifdef __cplusplus
}
#endif
#endif /* __AGORA_CLI_H__ */