MediaChannelConnectToRemoteHost Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 String
-
- port Int32
-
- dummySourceDesc MediaChannelDescription
-
Implements
IMediaChannelConnectToRemoteHost(String, Int32, MediaChannelDescription)
See Also