@borealise/api 2.1.0-alpha.7 → 2.1.0-alpha.8
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.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -453,6 +453,9 @@ interface JoinMuteInfo {
|
|
|
453
453
|
interface RoomLiveStreamStatus {
|
|
454
454
|
status: 'offline' | 'starting' | 'live' | 'error';
|
|
455
455
|
hlsUrl?: string;
|
|
456
|
+
ingestUrl?: string;
|
|
457
|
+
streamName?: string;
|
|
458
|
+
streamKey?: string;
|
|
456
459
|
userId?: number;
|
|
457
460
|
startedAt?: number | null;
|
|
458
461
|
updatedAt?: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -453,6 +453,9 @@ interface JoinMuteInfo {
|
|
|
453
453
|
interface RoomLiveStreamStatus {
|
|
454
454
|
status: 'offline' | 'starting' | 'live' | 'error';
|
|
455
455
|
hlsUrl?: string;
|
|
456
|
+
ingestUrl?: string;
|
|
457
|
+
streamName?: string;
|
|
458
|
+
streamKey?: string;
|
|
456
459
|
userId?: number;
|
|
457
460
|
startedAt?: number | null;
|
|
458
461
|
updatedAt?: number;
|