iR58/bk_aidk/projects/lock_lfvx/.svn/pristine/f1/f13e062c72bcbc8c3113b30cd0a6659c981fab09.svn-base

16 lines
307 B
Plaintext
Raw Normal View History

2025-05-08 18:01:52 +08:00
#ifndef __AGORA_CLIENT_H__
#define __AGORA_CLIENT_H__
#ifdef __cplusplus
extern "C" {
#endif
void agora_init(void);
int agora_is_runing();
void agora_join_channel(char* channel,char* token ,char *license);
int agora_level_channel();
void agora_deinit();
#ifdef __cplusplus
}
#endif
#endif