isCreateConference property
Used to determine whether to join an existing conference or create a new one.
Note: This parameter is only required when directly navigating to ConferenceMainPage.
If you use ConferenceSession to create or join the conference successfully, this parameter will be invalid.
This parameter is used to determine the action to be taken:
true: Create a new conference.false: Join an existing conference.
For more details, please refer to the documentation at RoomKit API.
Implementation
final bool? isCreateConference;