Skip to main content

EOS_RTC_LeaveRoomOptions

Type Alias EOS_RTC_LeaveRoomOptions 

Source
pub type EOS_RTC_LeaveRoomOptions = _tagEOS_RTC_LeaveRoomOptions;
Expand description

This struct is used to call EOS_RTC_LeaveRoom.

Aliased Type§

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

Fields§

§ApiVersion: i32

API Version: Set this to EOS_RTC_LEAVEROOM_API_LATEST.

§LocalUserId: *mut EOS_ProductUserIdDetails

Product User ID of the user requesting to leave the room

§RoomName: *const i8

The room to leave.