Skip to main content

EOS_RTC_AddNotifyParticipantStatusChangedOptions

Type Alias EOS_RTC_AddNotifyParticipantStatusChangedOptions 

Source
pub type EOS_RTC_AddNotifyParticipantStatusChangedOptions = _tagEOS_RTC_AddNotifyParticipantStatusChangedOptions;
Expand description

This struct is used to call EOS_RTC_AddNotifyParticipantStatusChanged.

Aliased Type§

#[repr(C)]
pub struct EOS_RTC_AddNotifyParticipantStatusChangedOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_ProductUserIdDetails, pub RoomName: *const i8, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_RTC_ADDNOTIFYPARTICIPANTSTATUSCHANGED_API_LATEST.

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the user trying to request this operation.

§RoomName: *const i8

The room this event is registered on.