Skip to main content

EOS_RTC_OnParticipantStatusChangedCallback

Type Alias EOS_RTC_OnParticipantStatusChangedCallback 

Source
pub type EOS_RTC_OnParticipantStatusChangedCallback = Option<unsafe extern "C" fn(Data: *const EOS_RTC_ParticipantStatusChangedCallbackInfo)>;
Expand description

Function prototype definition for notifications that come from EOS_RTC_AddNotifyParticipantStatusChanged

@param Data A EOS_RTC_ParticipantStatusChangedCallbackInfo containing the output information and result

Aliased Type§

pub enum EOS_RTC_OnParticipantStatusChangedCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_RTC_ParticipantStatusChangedCallbackInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_RTC_ParticipantStatusChangedCallbackInfo))

Some value of type T.