ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Conference control
  • Events managed by default
  • Events of the stream associated with the Conference control
  • Event to the request the connection of a new stream
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
Events managed by default
WINDEV manages the following events by default (in order of appearance in the code editor):
EventRuntime condition
Initializing the Conference controlRun when the window is opened. *

(*) By default, the "Initializing" event of each control is run according to the order in which the controls were created in the window. To modify this order of execution:
  1. On the "Window" tab, in the "Order" group, click "Initialization".
  2. In the window displayed, use the arrows on the right to modify the order in which the controls are initialized.
Events of the stream associated with the Conference control
WINDEV also allows you to see the stream-specific events associated with the Conference control. To see these events, select the option "Code of associated stream" in the context menu of the Conference control.
EventRuntime condition
Initializing (*)Run when opening the window.
Connection request of new streamRun when a new stream is detected.
End of connectionRun when the correspondent of the stream disconnects.

For more details, see WINDEV and the streams.
Event to the request the connection of a new stream
The event "Request for connecting a new stream" is run when a new stream attempts to connect to the current application.
This event takes one parameter.
To handle this parameter, a procedure is automatically declared in the "Request for connecting a new stream" event.
This procedure uses the following syntax:
PROCÉDURE NewStream(nStreamID)
Where "nStreamID" is an integer variable corresponding to the identifier of the detected stream.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help