strVideoErrorOut5 property

String get strVideoErrorOut5

The call is abnormal and the call has ended!

Implementation

String get strVideoErrorOut5 {
  return Intl.message(
    'The call is abnormal and the call has ended!',
    name: 'strVideoErrorOut5',
    desc: '',
    args: [],
  );
}