ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The Display property gets and sets the video displayed in the Conference control. The Conference control can display an incoming video, an outgoing video, or no video.
Example
// Le champ affiche la vidéo entrante
CONF_Conference1.Affichage = StreamIncomingDisplay
Syntax

Getting the video currently displayed Hide the details

<Result> = <Conference control>.Display
<Result>: Integer constant
Video currently displayed:
StreamIncomingDisplayThe video displayed corresponds to the video received by the current computer.
StreamNoDisplayNo video is displayed
StreamOutgoingDisplayThe video displayed corresponds to the video sent by the current computer.
<Conference control>: Control name
Name of the Conference control associated with the stream.

Changing the video displayed Hide the details

<Conference control>.Display = <Video displayed>
<Conference control>: Control name
Name of the Conference control associated with the stream.
<Video displayed>: Integer constant
New video displayed:
StreamIncomingDisplayThe video displayed corresponds to the video received by the current computer.
StreamNoDisplayNo video is displayed
StreamOutgoingDisplayThe video displayed corresponds to the video sent by the current computer.
Remarks
  • The Display property changes what is displayed on the screen, but does not change the data being transferred.
  • Warning The display modification is not effective for the current connection. It will be taken into account in the next connection.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/16/2025

Send a report | Local help