rejectOnOtherDevice property

String get rejectOnOtherDevice

The other client has rejected the call

Implementation

String get rejectOnOtherDevice {
  return Intl.message(
    'The other client has rejected the call',
    name: 'rejectOnOtherDevice',
    desc: '',
    args: [],
  );
}