Click or drag to resize

WebRtcChannelChangeAudio Method (String, Int32, RtpType)

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

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

Parameters

host
Type: SystemString

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

port
Type: SystemInt32

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

rtpType
Type: VoiceElements.InterfaceRtpType

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

Return Value

Type: SipStatusCode

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

See Also