MediaChannelConnectToRemoteHost Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void ConnectToRemoteHost(
string remoteIpEndPoint,
int port,
MediaChannelDescription dummySourceDesc
)
Public Sub ConnectToRemoteHost (
remoteIpEndPoint As String,
port As Integer,
dummySourceDesc As MediaChannelDescription
)
public:
virtual void ConnectToRemoteHost(
String^ remoteIpEndPoint,
int port,
MediaChannelDescription^ dummySourceDesc
) sealed
abstract ConnectToRemoteHost :
remoteIpEndPoint : string *
port : int *
dummySourceDesc : MediaChannelDescription -> unit
override ConnectToRemoteHost :
remoteIpEndPoint : string *
port : int *
dummySourceDesc : MediaChannelDescription -> unit
Parameters
- remoteIpEndPoint
- Type: SystemString
- port
- Type: SystemInt32
- dummySourceDesc
- Type: Ozeki.MediaMediaChannelDescription
Implements
IMediaChannelConnectToRemoteHost(String, Int32, MediaChannelDescription)See Also