offerToReceiveVideo property
bool?
get
offerToReceiveVideo
Implementation
_i2.bool? get offerToReceiveVideo => _i4.getProperty(
this,
'offerToReceiveVideo',
);
set
offerToReceiveVideo
(bool? value)
Implementation
set offerToReceiveVideo(_i2.bool? value) {
_i4.setProperty(
this,
'offerToReceiveVideo',
value ?? _i6.undefined,
);
}