ZegoLiveRoom
LiveRoom-RoomExtraInfo.h
Go to the documentation of this file.
1//
2// LiveRoom-RoomExtraInfo_h
3// zegoliveroom
4//
5// Copyright © 2020年 Zego. All rights reserved.
6//
7//
8
9#ifndef LiveRoom_RoomExtraInfo_h
10#define LiveRoom_RoomExtraInfo_h
11
12#include "./LiveRoomDefines.h"
14
15namespace ZEGO
16{
17 namespace LIVEROOM
18 {
26
37 ZEGO_API int SetRoomExtraInfo(const char *pszKey, const char *pszValue, const char* pszRoomID = nullptr);
38 }
39}
40
41#endif /* LiveRoom_RoomExtraInfo_h */
#define ZEGO_API
Definition: RoomDefines.h:19
Definition: LiveRoomCallback-RoomExtraInfo.h:19
ZEGO_API int SetRoomExtraInfo(const char *pszKey, const char *pszValue, const char *pszRoomID=nullptr)
ZEGO_API bool SetRoomExtraInfoCallback(IRoomExtraInfoCallback *pCB)
Definition: AVDefines.h:17