AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • Use example
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
The automatic detection of streams is enabled by default.
Note: This property is equivalent to the "Detect incoming streams active" option in the stream description window. To open the stream management window go to the "Ventana" tab, "Edición" group, expand "Otras acciones" and select "Edit streams".. This option is available if a Conference is found in the window.
Description of streams
From version 20, Conference controls are supported in Windows Vista and later. If you wish to use the conference control with an earlier version of Windows:
  1. Open the control description window.
  2. On the "UI" tab, check "Use the TAPI 3.x APIs / Windows XP (for compatibility)".
  3. Validate.
Ejemplo
// Allows the detection of incoming streams
MyStream.Detection = Active
Sintaxis

Finding out the mode for detecting the incoming streams Ocultar los detalles

<Result> = <Stream name>.Detection
<Result>: Integer constant
Current management mode of incoming streams:
ActiveAutomatic detection of incoming streams. The procedure for automatic detection of incoming streams is run for each new incoming stream.
InactiveNo automatic detection of incoming streams. The procedure for automatic detection of incoming streams is ignored for each new incoming stream.
<Stream name>: Character string
Name of the stream or name of the Conference control associated with the stream.

Modifying the mode for detecting the incoming streams Ocultar los detalles

<Stream name>.Detection = <New mode>
<Stream name>: Character string
Name of the stream or name of the Conference control associated with the stream.
<New mode>: Integer constant
New management mode of incoming streams:
ActiveAutomatic detection of incoming streams. The procedure for automatic detection of incoming streams is run for each new incoming stream.
InactiveNo automatic detection of incoming streams. The procedure for automatic detection of incoming streams is ignored for each new incoming stream.
Observaciones

Use example

An application allows the user not to be interrupted during a video-conference. This option uses the Detection property to block the automatic detection of incoming calls.
In this case, all the incoming calls are ignored. The automatic procedure for detecting the incoming calls is not run.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local