ErrorBarStrings interface

All strings that may be shown on the UI in the ErrorBar.

Properties

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.

callCameraAccessDenied

Message shown when camera can be enumerated but access is blocked by the system.

callCameraAccessDeniedSafari

Message shown when camera can be enumerated but access is blocked by the system, for safari browsers

callCameraAlreadyInUse

Message shown when local video fails to start because camera is already in use by another applciation.

callLocalVideoFreeze

Message shown when poor network causes local video stream to be frozen.

callMacOsCameraAccessDenied

Mac OS specific message shown when system denies access to camera.

callMacOsMicrophoneAccessDenied

Mac OS specific message shown when microphone can be enumerated but access is blocked by the system.

callMacOsScreenShareAccessDenied

Mac OS specific message shown when system denies sharing local screen on a call.

callMicrophoneAccessDenied

Message shown when microphone can be enumerated but access is blocked by the system.

callMicrophoneAccessDeniedSafari

Message shown when microphone can be enumerated but access is blocked by the system, for safari browsers

callMicrophoneMutedBySystem

Message shown when microphone is muted by the system (not by local or remote participants)

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.

callNetworkQualityLow

Message shown when poor network quality is detected during a call.

callNoMicrophoneFound

Message shown on failure to detect audio input devices.

callNoSpeakerFound

Message shown on failure to detect audio output devices.

callVideoRecoveredBySystem

Message shown when local video was recovered by the system (not by the local participant)

callVideoStoppedBySystem

Message shown when local video is stopped by the system (not by local or remote participants)

dismissButtonAriaLabel

Dimiss errorbar button aria label read by screen reader accessibility tools

failedToJoinCallGeneric

An error message when joining a call fails.

failedToJoinCallInvalidMeetingLink

An error message when joining a call fails specifically due to an invalid meeting link.

muteGeneric

A generic message when muting microphone fails.

sendMessageGeneric

A generic message when sending message fails. Prefer more specific error strings when possible.

sendMessageNotInChatThread

Sending message failed because user is no longer on the thread.

startScreenShareGeneric

A generic message when starting screenshare fails.

startVideoGeneric

A generic message when starting video fails.

stopScreenShareGeneric

A generic message when stopping screenshare fails.

stopVideoGeneric

A generic message when starting video fails.

unableToReachChatService

Unable to reach Chat service.

This can mean:

  • Incorrect Azure Communication Services endpoint was provided.
  • User's network connection is down.
unmuteGeneric

A generic message when unmuting microphone fails.

userNotInChatThread

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

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