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