MediaChannelStartRTCP Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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