Click or drag to resize
ParticipantHelperCreateUdpParticipant Method
Overload List
  NameDescription
Public methodStatic memberCreateUdpParticipant(IPAddress, Int32, IPAddress, Int32, Boolean)
Creates an RTPParticipant using UdpNetworkClient. Rtcp ports default to RtpPort + 1. RTP ports should be even numbered.
Public methodStatic memberCreateUdpParticipant(String, Int32, String, Int32, Boolean)
Creates an RTPParticipant using UdpNetworkClient. Rtcp ports default to RtpPort + 1. RTP ports should be even numbered.
Top
See Also