Chat SDK for Unity and Windows v1.2.0
Properties | List of all members
AgoraChat.GroupInfo Class Reference
Inheritance diagram for AgoraChat.GroupInfo:

Properties

string GroupId [get, set]
 
string GroupName [get, set]
 

Detailed Description

The class that defines basic information of public groups.

To get basic information of a group from the server, you can call IGroupManager#FetchPublicGroupsFromServer(int, String, ValueCallBack).

Property Documentation

◆ GroupId

string AgoraChat.GroupInfo.GroupId
getset

The group ID.

◆ GroupName

string AgoraChat.GroupInfo.GroupName
getset

The group name.