RtkParticipantsIconWidget
This widget is designed to integrate a participants icon within a RealtimeKit based Flutter application. It facilitates navigation to the RtkParticipantPage
when pressed, serving as a user interface element for accessing the participants list of a RealtimeKit session.
info
RtkProvider
needs to be added above RtkParticipantsIconWidget
which will manage RealtimeKitClient
object for participants icon widget by itself.
Usage
To use the RtkParticipantsIconWidget
in a Flutter application, instantiate it directly in your widget tree:
RtkParticipantsIconWidget()
Details
Upon interacting with the widget, the following actions occur:
- The application navigates to the
RtkParticipantPage
, which displays the list of participants in the current session.
Participant Icon | Participant Screen |
---|---|
![]() | ![]() |