2016-08-26 21:07:20 +00:00
|
|
|
/**
|
|
|
|
* A list of all UI errors.
|
|
|
|
*/
|
2017-06-14 18:13:41 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Indicates that a Feedback request is currently in progress.
|
|
|
|
*
|
|
|
|
* @type {{FEEDBACK_REQUEST_IN_PROGRESS: string}}
|
|
|
|
*/
|
2017-10-12 23:02:29 +00:00
|
|
|
export const FEEDBACK_REQUEST_IN_PROGRESS = 'FeedbackRequestInProgress';
|
2021-04-12 07:37:39 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Indicated an attempted audio only screen share session with no audio track present
|
|
|
|
*
|
|
|
|
* @type {{AUDIO_ONLY_SCREEN_SHARE_NO_TRACK: string}}
|
|
|
|
*/
|
|
|
|
export const AUDIO_ONLY_SCREEN_SHARE_NO_TRACK = 'AudioOnlyScreenShareNoTrack';
|