|
TelephonyServerUnregisterWebRtcUrl Method (String) |
[Missing <summary> documentation for "M:VoiceElements.Client.TelephonyServer.UnregisterWebRtcUrl(System.String[])"]
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public void UnregisterWebRtcUrl(
string[] webRtcUrlArray
)
Public Sub UnregisterWebRtcUrl (
webRtcUrlArray As String()
)
public:
void UnregisterWebRtcUrl(
array<String^>^ webRtcUrlArray
)
member UnregisterWebRtcUrl :
webRtcUrlArray : string[] -> unit
Parameters
- webRtcUrlArray
- Type: SystemString
[Missing <param name="webRtcUrlArray"/> documentation for "M:VoiceElements.Client.TelephonyServer.UnregisterWebRtcUrl(System.String[])"]
See Also