obi-sdk 0.19.60 → 0.19.61-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +33 -33
- package/dist/obi-sdk.standalone.iife.js +33 -33
- package/dist/src/CourseDialog.d.ts +5 -0
- package/package.json +1 -1
|
@@ -17,6 +17,11 @@ export type CourseDialogContentProps = {
|
|
|
17
17
|
* When "thinking" or "searching", displays corresponding status text.
|
|
18
18
|
*/
|
|
19
19
|
avatarStatus?: AvatarFallbackStatus | null;
|
|
20
|
+
/**
|
|
21
|
+
* Optional override for the avatar status label text.
|
|
22
|
+
* When provided, it renders instead of the default status label mapping.
|
|
23
|
+
*/
|
|
24
|
+
avatarStatusLabel?: React.ReactNode;
|
|
20
25
|
/**
|
|
21
26
|
* Props forwarded to the meeting ControlBar beneath the video tile.
|
|
22
27
|
*/
|