getParticipantConsentList abstract method

  1. @GET("rtc/meeting/participant/consentList")
Future<BaseListResponse<RemoteParticipantConsent>> getParticipantConsentList(
  1. @Query("meeting_uid") String meetingId,
  2. @Query("session_id") String sessionId
)

Implementation

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