This data structure is part of the RTC Interface.
Remarks
This struct is used to get information about a specific participant metadata item.
Properties
EOS_RTC_ParticipantMetadata
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_RTC_PARTICIPANTMETADATA_API_LATEST. |
const char* Key | The unique key of this metadata item. The max size of the string is EOS_RTC_PARTICIPANTMETADATA_KEY_MAXCHARCOUNT. |
const char* Value | The value of this metadata item. The max size of the string is EOS_RTC_PARTICIPANTMETADATA_VALUE_MAXCHARCOUNT. |