conferenceObserver property

ConferenceObserver? conferenceObserver
final

Callback listener for conference state changes.

This parameter is used to handle various events related to the conference, such as when the conference starts, joins, finishes, or exits.

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 ConferenceObserver? conferenceObserver;