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