getAttendanceListForParticipant abstract method
- @GET.new("rtc/meeting/invitee/participantsList")
- @Query.new("meeting_uid") String meetingId
Implementation
@GET("rtc/meeting/invitee/participantsList")
Future<BaseListResponse<ParticipantAttendanceData>>
getAttendanceListForParticipant(
@Query("meeting_uid") String meetingId,
);