For Users Browsing away from a Web Page
The NetMeeting UI ActiveX control provides a scriptable API that allows Web developers to choose one of two actions when an end user browses away from a page containing the control.
Description | Meaning |
---|---|
Disconnects users when they browse away from a page. | if IsInConference == TRUE then LeaveConference |
Undocks the UI when users browse away from a page. | if IsInConference == TRUE then UnDock |
Alternatively, your application may ask end users what action they wish to take if they are browsing away from a page that contains the control.