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