ErrorBarStrings interface
All strings that may be shown on the UI in the ErrorBar.
Properties
access |
User does not have access to the Chat service. This usually means that either the Azure Communication Services endpiont or the token provided are incorrect. |
call |
Message shown when camera can be enumerated but access is blocked by the system. |
call |
Message shown when camera can be enumerated but access is blocked by the system, for safari browsers |
call |
Message shown when local video fails to start because camera is already in use by another applciation. |
call |
Message shown when poor network causes local video stream to be frozen. |
call |
Mac OS specific message shown when system denies access to camera. |
call |
Mac OS specific message shown when microphone can be enumerated but access is blocked by the system. |
call |
Mac OS specific message shown when system denies sharing local screen on a call. |
call |
Message shown when microphone can be enumerated but access is blocked by the system. |
call |
Message shown when microphone can be enumerated but access is blocked by the system, for safari browsers |
call |
Message shown when microphone is muted by the system (not by local or remote participants) |
call |
Message shown when microphone is unmuted by the system (not by local or remote participants). This typically occurs if the system recovers from an unexpected mute. |
call |
Message shown when poor network quality is detected during a call. |
call |
Message shown on failure to detect audio input devices. |
call |
Message shown on failure to detect audio output devices. |
call |
Message shown when local video was recovered by the system (not by the local participant) |
call |
Message shown when local video is stopped by the system (not by local or remote participants) |
dismiss |
Dimiss errorbar button aria label read by screen reader accessibility tools |
failed |
An error message when joining a call fails. |
failed |
An error message when joining a call fails specifically due to an invalid meeting link. |
mute |
A generic message when muting microphone fails. |
send |
A generic message when sending message fails. Prefer more specific error strings when possible. |
send |
Sending message failed because user is no longer on the thread. |
start |
A generic message when starting screenshare fails. |
start |
A generic message when starting video fails. |
stop |
A generic message when stopping screenshare fails. |
stop |
A generic message when starting video fails. |
unable |
Unable to reach Chat service. This can mean:
|
unmute |
A generic message when unmuting microphone fails. |
user |
User is no longer on the thread. See also: sendMessageNotInChatThread for a more specific error. |
Property Details
accessDenied
User does not have access to the Chat service. This usually means that either the Azure Communication Services endpiont or the token provided are incorrect.
accessDenied: string
Property Value
string
callCameraAccessDenied
Message shown when camera can be enumerated but access is blocked by the system.
callCameraAccessDenied: string
Property Value
string
callCameraAccessDeniedSafari
Message shown when camera can be enumerated but access is blocked by the system, for safari browsers
callCameraAccessDeniedSafari: string
Property Value
string
callCameraAlreadyInUse
Message shown when local video fails to start because camera is already in use by another applciation.
callCameraAlreadyInUse: string
Property Value
string
callLocalVideoFreeze
Message shown when poor network causes local video stream to be frozen.
callLocalVideoFreeze: string
Property Value
string
callMacOsCameraAccessDenied
Mac OS specific message shown when system denies access to camera.
callMacOsCameraAccessDenied: string
Property Value
string
callMacOsMicrophoneAccessDenied
Mac OS specific message shown when microphone can be enumerated but access is blocked by the system.
callMacOsMicrophoneAccessDenied: string
Property Value
string
callMacOsScreenShareAccessDenied
Mac OS specific message shown when system denies sharing local screen on a call.
callMacOsScreenShareAccessDenied: string
Property Value
string
callMicrophoneAccessDenied
Message shown when microphone can be enumerated but access is blocked by the system.
callMicrophoneAccessDenied: string
Property Value
string
callMicrophoneAccessDeniedSafari
Message shown when microphone can be enumerated but access is blocked by the system, for safari browsers
callMicrophoneAccessDeniedSafari: string
Property Value
string
callMicrophoneMutedBySystem
Message shown when microphone is muted by the system (not by local or remote participants)
callMicrophoneMutedBySystem: string
Property Value
string
callMicrophoneUnmutedBySystem
Message shown when microphone is unmuted by the system (not by local or remote participants). This typically occurs if the system recovers from an unexpected mute.
callMicrophoneUnmutedBySystem: string
Property Value
string
callNetworkQualityLow
Message shown when poor network quality is detected during a call.
callNetworkQualityLow: string
Property Value
string
callNoMicrophoneFound
Message shown on failure to detect audio input devices.
callNoMicrophoneFound: string
Property Value
string
callNoSpeakerFound
Message shown on failure to detect audio output devices.
callNoSpeakerFound: string
Property Value
string
callVideoRecoveredBySystem
Message shown when local video was recovered by the system (not by the local participant)
callVideoRecoveredBySystem: string
Property Value
string
callVideoStoppedBySystem
Message shown when local video is stopped by the system (not by local or remote participants)
callVideoStoppedBySystem: string
Property Value
string
dismissButtonAriaLabel
Dimiss errorbar button aria label read by screen reader accessibility tools
dismissButtonAriaLabel?: string
Property Value
string
failedToJoinCallGeneric
An error message when joining a call fails.
failedToJoinCallGeneric?: string
Property Value
string
failedToJoinCallInvalidMeetingLink
An error message when joining a call fails specifically due to an invalid meeting link.
failedToJoinCallInvalidMeetingLink?: string
Property Value
string
muteGeneric
A generic message when muting microphone fails.
muteGeneric: string
Property Value
string
sendMessageGeneric
A generic message when sending message fails. Prefer more specific error strings when possible.
sendMessageGeneric: string
Property Value
string
sendMessageNotInChatThread
Sending message failed because user is no longer on the thread.
sendMessageNotInChatThread: string
Property Value
string
startScreenShareGeneric
A generic message when starting screenshare fails.
startScreenShareGeneric: string
Property Value
string
startVideoGeneric
A generic message when starting video fails.
startVideoGeneric: string
Property Value
string
stopScreenShareGeneric
A generic message when stopping screenshare fails.
stopScreenShareGeneric: string
Property Value
string
stopVideoGeneric
A generic message when starting video fails.
stopVideoGeneric: string
Property Value
string
unableToReachChatService
Unable to reach Chat service.
This can mean:
- Incorrect Azure Communication Services endpoint was provided.
- User's network connection is down.
unableToReachChatService: string
Property Value
string
unmuteGeneric
A generic message when unmuting microphone fails.
unmuteGeneric: string
Property Value
string
userNotInChatThread
User is no longer on the thread.
See also: sendMessageNotInChatThread for a more specific error.
userNotInChatThread: string
Property Value
string