#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