Skip to main content

EOS_RTC_ParticipantMetadata

Type Alias EOS_RTC_ParticipantMetadata 

Source
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: i32

API Version: Set this to EOS_RTC_PARTICIPANTMETADATA_API_LATEST.

§Key: *const u8

The unique key of this metadata item. The max size of the string is EOS_RTC_PARTICIPANTMETADATA_KEY_MAXCHARCOUNT.

§Value: *const u8

The value of this metadata item. The max size of the string is EOS_RTC_PARTICIPANTMETADATA_VALUE_MAXCHARCOUNT.