getChatAttachmentConsent abstract method
- @GET.new("rtc/chatAttachmentDownloadConsent")
- @Query.new("meeting_id") String meetingId
Implementation
@GET("rtc/chatAttachmentDownloadConsent")
Future<BaseResponse<ChatAttachmentConsentModel>> getChatAttachmentConsent(
@Query("meeting_id") String meetingId,
);