publisherAnswer property
PublisherAnswer sends the SDP answer to the offer sent by the client for establishing the Publisher PeerConnection.
Implementation
@$pb.TagNumber(2)
PublisherAnswer get publisherAnswer => $_getN(1);
Implementation
@$pb.TagNumber(2)
set publisherAnswer(PublisherAnswer v) { setField(2, v); }