Click or drag to resize

SipChannelChangeAudio Method

Overload List
  NameDescription
Public methodChangeAudio(RtpType)
Changes the RTP Type.
Public methodChangeAudio(StreamDuplex)
Changes the Stream Duplex of the audio stream. Use StreamDuplex.SendOnly to place a call on hold. Use StreamDuplex.Both to take off hold.
Public methodChangeAudio(String, Int32)
Reinvites the audio stream to a new Host and Port specified.
Public methodChangeAudio(String, Int32, RtpType)
Reinvite the audio stream to a new Host, Port with a new RTP Type.
Public methodChangeAudio(String, Int32, RtpType, StreamDuplex)
Reinvite the audio stream to a new Host, Port with a new RTP Type and Stream Duplex.
Public methodChangeAudio(String, Int32, RtpType, StreamDuplex, Boolean)
Reinvite the audio stream to a new Host, Port with a new RTP Type, Stream Duplex and RFC2833 DTMF switch.
Public methodChangeAudio(String, Int32, RtpType, StreamDuplex, Boolean, Int32)
Reinvite the audio stream to a new Host, Port with a new RTP Type, Stream Duplex, RFC2833 DTMF switch and packet time.
Top
See Also