getParticipantConsentList abstract method
- @GET("rtc/meeting/participant/consentList")
Implementation
@GET("rtc/meeting/participant/consentList")
Future<BaseListResponse<RemoteParticipantConsent>> getParticipantConsentList(
@Query("meeting_uid") String meetingId,
@Query("session_id") String sessionId,
);