vani-meeting-client 2.1.0 → 2.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/lib/model/Event.d.ts +1 -0
- package/package.json +1 -1
package/lib/model/Event.d.ts
CHANGED
|
@@ -98,6 +98,7 @@ export declare interface VaniEventListener {
|
|
|
98
98
|
on<U extends keyof VaniConnectionEvents>(event: U, listener: VaniConnectionEvents[U]): this;
|
|
99
99
|
off<U extends keyof VaniConnectionEvents>(event: U, listener: VaniConnectionEvents[U]): this;
|
|
100
100
|
emit<U extends keyof VaniConnectionEvents>(event: U, ...args: Parameters<VaniConnectionEvents[U]>): boolean;
|
|
101
|
+
removeAllListeners(): this;
|
|
101
102
|
}
|
|
102
103
|
export interface Device {
|
|
103
104
|
id: string;
|