Module webrtc.java.examples
Class SessionDescriptionMessage.SessionDescriptionData
java.lang.Object
dev.onvoid.webrtc.examples.web.model.SessionDescriptionMessage.SessionDescriptionData
- Enclosing class:
- SessionDescriptionMessage
Inner class representing the data payload of a session description message.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor required for JSON deserialization.Creates a new SessionDescriptionData with the specified SDP. -
Method Summary
-
Constructor Details
-
SessionDescriptionData
public SessionDescriptionData()Default constructor required for JSON deserialization. -
SessionDescriptionData
Creates a new SessionDescriptionData with the specified SDP.- Parameters:
sdp- the SDP string.
-
-
Method Details
-
getSdp
Gets the SDP string.- Returns:
- the SDP string.
-
setSdp
Sets the SDP string.- Parameters:
sdp- the SDP string.
-