Click or drag to resize

WebRtcChannelReinvite Method (String, String, UInt32, String)

[Missing <summary> documentation for "M:VoiceElements.Client.WebRtcChannel.Reinvite(System.String,System.String,System.UInt32,System.String)"]

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public bool Reinvite(
	string rtpCodec,
	string rtpAddress,
	uint rtpPort,
	string rtpSdp
)

Parameters

rtpCodec
Type: SystemString

[Missing <param name="rtpCodec"/> documentation for "M:VoiceElements.Client.WebRtcChannel.Reinvite(System.String,System.String,System.UInt32,System.String)"]

rtpAddress
Type: SystemString

[Missing <param name="rtpAddress"/> documentation for "M:VoiceElements.Client.WebRtcChannel.Reinvite(System.String,System.String,System.UInt32,System.String)"]

rtpPort
Type: SystemUInt32

[Missing <param name="rtpPort"/> documentation for "M:VoiceElements.Client.WebRtcChannel.Reinvite(System.String,System.String,System.UInt32,System.String)"]

rtpSdp
Type: SystemString

[Missing <param name="rtpSdp"/> documentation for "M:VoiceElements.Client.WebRtcChannel.Reinvite(System.String,System.String,System.UInt32,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VoiceElements.Client.WebRtcChannel.Reinvite(System.String,System.String,System.UInt32,System.String)"]

See Also