org.echarts.test.sip
Interface SDPModifier


public interface SDPModifier

This class can be used to modify the SDP sent during a re-INVITE. The modified SDP should be returned back as a string. Note that we currently do not perform any consistency check as to whether the test writer has modified the advertised RTP port to something different than what the agent has allocated.


Method Summary
 java.lang.String modify(java.lang.String sdp)
           
 

Method Detail

modify

java.lang.String modify(java.lang.String sdp)