offerPublisherSdpConstraints constant

Map<String, dynamic> const offerPublisherSdpConstraints

Implementation

static const Map<String, dynamic> offerPublisherSdpConstraints = {
  'mandatory': {
    'OfferToReceiveAudio': false,
    'OfferToReceiveVideo': false,
  },
  'optional': [],
};