6.1 Create Group
#include "BayunCore.h"
Bayun::GroupType groupType = Bayun::GroupType::public;
Bayun::ShCreateGroupResponse createGroupResponse = bayunCore->createGroup("<sessionId>", "<groupName>", groupType);
const std::string& groupId = createGroupResponse->getGroupId();Last updated