class Sdp
This class contains local SDP information and remote SDP information for RTP Agent.
In this version, IP address and port number are used, but it should be updated to cover all SDP information
Fields
String IPAddress;;
IP Address for local or remote RTP Agent
int portNumber;
port number of RTP Agent
Methods
public void setIPAddress (String Address), public String getIPAddress()
method related to get or set IP Address
public void setportNumber (int portnum), public String getportNumber()
method related to get or set portnumber