hi, we are developing plugin by call MIP SDK, now we face difficulty. when we developing backup video feature, sometimes the task will be Inactive status which lead to the following task can not be run. Can you guide the possibile reason so that we can try to avoid it. we tried your RemoteRetrieval demo,also Inactive status. we are sure the parameter we send is all right. RetrievalTask retrievalTask;
retrievalTask = _manager.Retrieve(channel.m_FQID.ObjectId, videoStartTime.ToUniversalTime(), videoEndTime.ToUniversalTime());