getAttendanceListForParticipant abstract method

  1. @GET("rtc/meeting/invitee/participantsList")
Future<BaseListResponse<ParticipantAttendanceData>> getAttendanceListForParticipant(
  1. @Query("meeting_uid") String meetingId
)

Implementation

@GET("rtc/meeting/invitee/participantsList")
Future<BaseListResponse<ParticipantAttendanceData>>
    getAttendanceListForParticipant(
  @Query("meeting_uid") String meetingId,
);