RtkSetupScreen
A widget that provides a well-built setup screen using our exportable components itself. This widget integrates with the RealtimeKit UI Kit and gives our setup page as a widget.
info
RtkProvider needs to be added above RtkSetupScreen which will manage RealtimeKitClient for setup screen by itself.
Usage
Here is a basic example of how to use the RtkSetupScreen in your Flutter app:
RtkSetupScreen(
selectedAudioDevice,
selectedVideoDevice,
);
Here, selectedAudioDevice and selectedVideoDevice can be fetched using meeting.getSelectedAudioDevice() & meeting.getSelectedVideoDevice() respectively.
Screenshot
