onJoined property

void Function(QuickRTCController controller)? onJoined
final

Called when successfully joined the conference.

Useful for enabling media or other setup after joining.

Implementation

final void Function(QuickRTCController controller)? onJoined;