ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Conference control
  • Default events
  • Events of the stream associated with the Conference control
  • Event to the request the connection of a new stream
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Default events
The following events appear by default in the WINDEV code editor:
EventRuntime condition
Initializing the Conference controlExecuted when the window is opened. *

(*) By default, the "Initialization" event of each control is executed according to the order in which the controls were created in the window. To modify this runtime order:
  1. On the "Window" tab, in the "Order" group, click "Initialization".
  2. In the window that appears, use the arrows on the right to change 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 (*)Executed when the window is opened.
Connection request of new streamExecuted when a new stream is detected.
End of connectionExecuted 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: 09/20/2024

Send a report | Local help