EOS_RTC_ParticipantMetadata

EOS API reference page for EOS_RTC_ParticipantMetadata

阅读时间少于1分钟

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

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_RTC_PARTICIPANTMETADATA_API_LATEST.
const char* KeyThe unique key of this metadata item. The max size of the string is EOS_RTC_PARTICIPANTMETADATA_KEY_MAXCHARCOUNT.
const char* ValueThe value of this metadata item. The max size of the string is EOS_RTC_PARTICIPANTMETADATA_VALUE_MAXCHARCOUNT.