retrieveParticipantsInfo method

Future<MethodResponse> retrieveParticipantsInfo()

Sends and event that will trigger the JitsiMeetEventListener.participantsInfoRetrieved event which will contain participants information.

Implementation

Future<MethodResponse> retrieveParticipantsInfo() async {
  return await JitsiMeetPlatform.instance.retrieveParticipantsInfo();
}