offerSubscriberSdpConstraints constant

Map<String, dynamic> const offerSubscriberSdpConstraints

Implementation

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