Video Chat ActiveX Control

Listen

 

Put the video receiver's computer in listening state, waiting received the video/audio streams.

Public Function Listen(
    ByVal strIPAddress as String, _
    ByVal iPortNo as Integer
    ) as String

 

Parameter
strIPAddress
the IP address used by server applications to specify the IP that it’s listening on for connections

iPortNo
The port no is used by server applications to specify the local port that it’s listening on for connections


Return Value
the name of audio device


Example

   

Visual Basic Syntax
VideoChatReceiver2.ReceiveVideoStream = True
VideoChatReceiver2.ReceiveAudioStream = True
bResult = VideoChatReceiver2.Listen("192.168.1.12",7000)