pub type EOS_RTC_ParticipantMetadata = _tagEOS_RTC_ParticipantMetadata;Expand description
This struct is used to get information about a specific participant metadata item.
Aliased Type§
#[repr(C)]pub struct EOS_RTC_ParticipantMetadata {
pub ApiVersion: i32,
pub Key: *const u8,
pub Value: *const u8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_RTC_PARTICIPANTMETADATA_API_LATEST.
Key: *const u8The unique key of this metadata item. The max size of the string is EOS_RTC_PARTICIPANTMETADATA_KEY_MAXCHARCOUNT.
Value: *const u8The value of this metadata item. The max size of the string is EOS_RTC_PARTICIPANTMETADATA_VALUE_MAXCHARCOUNT.