Record.InitialSilenceTimeoutInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maximum initial silence allowed from the time we start the recording operation before we timeout and fail the operation.
Default : 5
public double? InitialSilenceTimeoutInSeconds { get; set; }
member this.InitialSilenceTimeoutInSeconds : Nullable<double> with get, set
Public Property InitialSilenceTimeoutInSeconds As Nullable(Of Double)