Uses of Interface
org.echarts.test.sip.SDPModifier

Packages that use SDPModifier
org.echarts.test.sip   
org.echarts.test.sip.commands   
 

Uses of SDPModifier in org.echarts.test.sip
 

Methods in org.echarts.test.sip with parameters of type SDPModifier
 CommandId SIPAgentImpl.reinvite(SDPModifier sdpModifier)
           
 CommandId SIPAgent.reinvite(SDPModifier sdpModifier)
          Send a re-INVITE to the peer endpoint with changes in SDP, the changes specified using the SDPModifier.
 

Uses of SDPModifier in org.echarts.test.sip.commands
 

Methods in org.echarts.test.sip.commands that return SDPModifier
 SDPModifier CmdReInvite.getSDPModifier()
           
 

Methods in org.echarts.test.sip.commands with parameters of type SDPModifier
 void CmdReInvite.setSDPModifier(SDPModifier sdpModifier)