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 varias
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 Identifier property gets and sets the name of the current computer shown to the participants who receive the audio or video stream. This name can be a number, for example.
The identifier of the stream is an empty string by default.
Note: In IncomingData, this name will be known by the StreamInfo function.
Ejemplo
// Modify the name of the identifier
MyStream.Identifier = "JuliaPC"
Sintaxis

Getting the stream identifier Ocultar los detalles

<Result> = <Stream name>.Identifier
<Result>: Character string
Name under which the current computer appears to its correspondents.
<Stream name>: Character string
Name of the stream or name of the Conference control associated with the stream.

Modifying the identifier of the stream Ocultar los detalles

<Stream name>.Identifier = <New name>
<Stream name>: Character string
Name of the stream or name of the Conference control associated with the stream.
<New name>: Character string
Name under which the current computer appears to its correspondents.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

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