sdp property

String? sdp
getter/setter pair

SDP of the call.

It's initially the SDP answer to the endpoint, but maybe later updated for the purpose of making the link active, etc.

Optional.

Implementation

core.String? sdp;