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