NERoom SDK V1.40.0
载入中...
搜索中...
未找到
room_base.h
浏览该文件的文档.
1/*
2 * Copyright (c) 2025 NetEase, Inc.
3 * All rights reserved.
4 */
5
6
7#ifndef RS_NEROOM_BASE_H
8#define RS_NEROOM_BASE_H
9
10// This file is automatically generated. Do not edit it manually.
11
12#define RS_NEROOM_BASE_ONLINE 0
13
14#define RS_NEROOM_BASE_TEST 1
15
19#define RS_NEROOM_BASE_FAILURE -1
20
24#define RS_NEROOM_BASE_SUCCESS 0
25
29#define RS_NEROOM_BASE_NETWORK_UNAVAILABLE 100003
30
31#ifdef __cplusplus
32extern "C" {
33#endif // __cplusplus
34
35bool NERoomBase_HighAvailable_init(const char *config);
36
38
39void NERoomBase_free_c_string(const char *ptr);
40
41#ifdef __cplusplus
42} // extern "C"
43#endif // __cplusplus
44
45#endif /* RS_NEROOM_BASE_H */
const char * NERoomBase_HighAvailable_get_available_domain_info(const char *app_key)
void NERoomBase_free_c_string(const char *ptr)
bool NERoomBase_HighAvailable_init(const char *config)