Chat Unreal v3
Chat Unreal
Chat
Unreal
Home
/
Chat
/
Unreal
/
Channels
You can delete a channel metadata by following the code below.
You can delete a channel metadata by following the code below.
channel->DeleteMetaData(L"key1", [](const std::map<std::wstring, std::wstring>& meta_data, SBDError* error) { if (error != nullptr) { // Handle error. return; } });