|
@@ -37,7 +37,7 @@ namespace Vinno.vCloud.Common.FIS
|
|
|
|
|
|
public bool IsSelfRtcService { get; set; }
|
|
|
|
|
|
- public int RemoteControlAskTimeoutSec { get; set; }
|
|
|
+ public int RemoteControlHeartRateSeconds { get; set; }
|
|
|
|
|
|
public string LiveProtocol { get; set; }
|
|
|
|
|
@@ -54,7 +54,7 @@ namespace Vinno.vCloud.Common.FIS
|
|
|
|
|
|
public override string ToString()
|
|
|
{
|
|
|
- return $"IsUploadThumbnail:{IsUploadThumbnail},PatientType:{PatientType},HeartRateSeconds:{HeartRateSeconds},NotificationUrl:{NotificationUrl},MergedChannel:{MergedChannel},LiveConsultationRateSeconds:{LiveConsultationRateSeconds},MergedVideoOutputWidth:{MergedVideoOutputWidth},MergedVideoOutputHeight:{MergedVideoOutputHeight},IsSelfRtcService:{IsSelfRtcService},RemoteControlAskTimeoutSec:{RemoteControlAskTimeoutSec},LiveProtocol:{LiveProtocol},LiveProtocolType:{LiveProtocolType}";
|
|
|
+ return $"IsUploadThumbnail:{IsUploadThumbnail},PatientType:{PatientType},HeartRateSeconds:{HeartRateSeconds},NotificationUrl:{NotificationUrl},MergedChannel:{MergedChannel},LiveConsultationRateSeconds:{LiveConsultationRateSeconds},MergedVideoOutputWidth:{MergedVideoOutputWidth},MergedVideoOutputHeight:{MergedVideoOutputHeight},IsSelfRtcService:{IsSelfRtcService},RemoteControlHeartRateSeconds:{RemoteControlHeartRateSeconds},LiveProtocol:{LiveProtocol},LiveProtocolType:{LiveProtocolType}";
|
|
|
}
|
|
|
}
|
|
|
}
|