Edit

Share via


AudioVideoSettings.GetPortRange Method

Definition

Returns copy of audio/video port range policy.

public:
 Microsoft::Rtc::Collaboration::AudioVideo::NetworkPortRange ^ GetPortRange();
public Microsoft.Rtc.Collaboration.AudioVideo.NetworkPortRange GetPortRange ();
member this.GetPortRange : unit -> Microsoft.Rtc.Collaboration.AudioVideo.NetworkPortRange
Public Function GetPortRange () As NetworkPortRange

Returns

Global audio/video communication network port range.

Remarks

Any change made on the returned object will not affect the global audio/video port configuration policy. In order to apply changes, the application must call the SetPortRange method.

Applies to