getChatAttachmentConsent abstract method

  1. @GET.new("rtc/chatAttachmentDownloadConsent")
Future<BaseResponse<ChatAttachmentConsentModel>> getChatAttachmentConsent(
  1. @Query.new("meeting_id") String meetingId
)

Implementation

@GET("rtc/chatAttachmentDownloadConsent")
Future<BaseResponse<ChatAttachmentConsentModel>> getChatAttachmentConsent(
  @Query("meeting_id") String meetingId,
);