Video Chat Pro ActiveX Control

VideoWiindowAutoMax

 

Enable/Disable auto show full screen of the first video window.

VideoChatReceiver1.VideoWindowAutoMax [=bool]


Parameter
bool
true - enable auto show full screen of the first video window
false - disable auto show full screen of the first video window

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
videochatReceiver2.VideoWindowAutoMax=true
videochatReceiver2.CaptureMode = False
videochatReceiver2.ReceiveVideoStream = True
videochatReceiver2.ReceiveAudioStream = True
videochatReceiver2.ConferenceNumber=5000
videochatReceiver2.ConferenceUserID=10000
videochatReceiver2.EchoCanceler=true
bResult = videochatReceiver2.Listen("192.168.1.12",1234)