getRecordingDispatchedId abstract method
- @Deprecated("No longer needed the dispatch id")
- @GET.new("rtc/recording/dispatchId")
Implementation
@Deprecated("No longer needed the dispatch id")
@GET("rtc/recording/dispatchId")
Future<BaseResponse<RecordingDispatchData>> getRecordingDispatchedId(
@Header("Authorization") String token,
@Query("meeting_id") String meetingUid);