callInsufficientPermissions property

  1. @override
String get callInsufficientPermissions
override

No description provided for @callInsufficientPermissions.

In en, this message translates to: 'A new call is incoming, but cannot be answered due to insufficient permissions. Please make sure the camera/microphone permission is turned on.'

Implementation

@override
String get callInsufficientPermissions =>
    '새 통화가 수신되었지만 권한이 부족하여 응답할 수 없습니다. 카메라/마이크 권한이 켜져 있는지 확인하세요.';