ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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 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
// The control displays the incoming video
CONF_Conference1.Display = 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.
  • Caution: The display does not change in 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: 02/29/2024

Send a report | Local help