conferenceId property

String? conferenceId
final

The Id of the conference to be created or joined.

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 specify the unique identifier for the conference. When creating a new conference, this ID will be used as the conference ID. When joining an existing conference, this ID should match the ID of the conference you wish to join.

For more details, please refer to the documentation at RoomKit API.

Implementation

final String? conferenceId;