Click or drag to resize

WebRtcChannelChangeAudio Method (String, Int32, RtpType, StreamDuplex, Boolean)

[Missing <summary> documentation for "M:VoiceElements.Client.WebRtcChannel.ChangeAudio(System.String,System.Int32,VoiceElements.Interface.RtpType,VoiceElements.Interface.StreamDuplex,System.Boolean)"]

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public SipStatusCode ChangeAudio(
	string host,
	int port,
	RtpType rtpType,
	StreamDuplex streamDuplex,
	bool rfc2833
)

Parameters

host
Type: SystemString

[Missing <param name="host"/> documentation for "M:VoiceElements.Client.WebRtcChannel.ChangeAudio(System.String,System.Int32,VoiceElements.Interface.RtpType,VoiceElements.Interface.StreamDuplex,System.Boolean)"]

port
Type: SystemInt32

[Missing <param name="port"/> documentation for "M:VoiceElements.Client.WebRtcChannel.ChangeAudio(System.String,System.Int32,VoiceElements.Interface.RtpType,VoiceElements.Interface.StreamDuplex,System.Boolean)"]

rtpType
Type: VoiceElements.InterfaceRtpType

[Missing <param name="rtpType"/> documentation for "M:VoiceElements.Client.WebRtcChannel.ChangeAudio(System.String,System.Int32,VoiceElements.Interface.RtpType,VoiceElements.Interface.StreamDuplex,System.Boolean)"]

streamDuplex
Type: VoiceElements.InterfaceStreamDuplex

[Missing <param name="streamDuplex"/> documentation for "M:VoiceElements.Client.WebRtcChannel.ChangeAudio(System.String,System.Int32,VoiceElements.Interface.RtpType,VoiceElements.Interface.StreamDuplex,System.Boolean)"]

rfc2833
Type: SystemBoolean

[Missing <param name="rfc2833"/> documentation for "M:VoiceElements.Client.WebRtcChannel.ChangeAudio(System.String,System.Int32,VoiceElements.Interface.RtpType,VoiceElements.Interface.StreamDuplex,System.Boolean)"]

Return Value

Type: SipStatusCode

[Missing <returns> documentation for "M:VoiceElements.Client.WebRtcChannel.ChangeAudio(System.String,System.Int32,VoiceElements.Interface.RtpType,VoiceElements.Interface.StreamDuplex,System.Boolean)"]

See Also