ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Various properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Modification du nom de l'identifiant
MonFlux.Identifiant = "PosteJulie"
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.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help