AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades varias
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The Identifier property is used to get and change 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.
Remark: In reception, this name will be returned by StreamInfo.
Example
// Modify the name of the identifier
MyStream.Identifier = "JuliaPC"
Syntax

Getting the stream identifier Hide the details

<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 Hide the details

<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: 27/09/2023

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