@whereby.com/media 1.1.0 → 1.1.1
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.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -614,12 +614,15 @@ interface RoomJoinedEvent {
|
|
|
614
614
|
} | null;
|
|
615
615
|
};
|
|
616
616
|
selfId: string;
|
|
617
|
+
clientClaim?: string;
|
|
617
618
|
}
|
|
618
619
|
interface RoomKnockedEvent {
|
|
619
620
|
clientId: string;
|
|
620
621
|
displayName: string | null;
|
|
621
622
|
imageUrl: string | null;
|
|
622
623
|
liveVideo: boolean;
|
|
624
|
+
selfId?: string;
|
|
625
|
+
clientClaim?: string;
|
|
623
626
|
}
|
|
624
627
|
interface RoomSessionEndedEvent {
|
|
625
628
|
roomSessionId: string;
|