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§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_RTC_ParticipantStatusChangedCallbackInfo))
Some value of type T.