MediaChannelStartRTCP Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic void StartRTCP(
IPEndPoint remoteEp,
int port
)
Public Sub StartRTCP (
remoteEp As IPEndPoint,
port As Integer
)
public:
void StartRTCP(
IPEndPoint^ remoteEp,
int port
)
member StartRTCP :
remoteEp : IPEndPoint *
port : int -> unit
Parameters
- remoteEp
- Type: System.NetIPEndPoint
- port
- Type: SystemInt32
See Also