ISoftPhoneSetPortRange Method |
Sets the RTP port range.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxvoid SetPortRange(
int min,
int max
)
Sub SetPortRange (
min As Integer,
max As Integer
)
void SetPortRange(
int min,
int max
)
abstract SetPortRange :
min : int *
max : int -> unit
Parameters
- min
- Type: SystemInt32
- max
- Type: SystemInt32
See Also