conferenceParams property
Parameters related to the creation or joining of a conference.
This parameter is used to specify various settings and options for the conference, such as microphone and camera settings, speaker usage, and permissions for all users.
Note: This parameter is only required when directly navigating to ConferenceMainPage
.
If you use ConferenceSession
to join the conference successfully, this parameter will be invalid.
For more details, please refer to the documentation at RoomKit API.
Implementation
final ConferenceParams? conferenceParams;