publisherAnswer property

  1. @TagNumber(2)
PublisherAnswer get publisherAnswer

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);
  1. @TagNumber(2)
set publisherAnswer (PublisherAnswer v)

Implementation

@$pb.TagNumber(2)
set publisherAnswer(PublisherAnswer v) { setField(2, v); }