|
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 webRtcUrl
)
Public Sub UnregisterWebRtcUrl (
webRtcUrl As String
)
public:
void UnregisterWebRtcUrl(
String^ webRtcUrl
)
member UnregisterWebRtcUrl :
webRtcUrl : string -> unit
Parameters
- webRtcUrl
- Type: SystemString
[Missing <param name="webRtcUrl"/> documentation for "M:VoiceElements.Client.TelephonyServer.UnregisterWebRtcUrl(System.String)"]
See Also