Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0dda153

Browse files
committed
Comment ack
1 parent 262208a commit 0dda153

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stores/VideoChannelStore.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ export default class VideoChannelStore extends EventEmitter {
119119
};
120120

121121
private ack = (ev: CustomEvent<IWidgetApiRequest>) => {
122+
// Even if we don't have a reply to a given widget action, we still need
123+
// to give the widget API something to acknowledge receipt
122124
this.activeChannel.transport.reply(ev.detail, {});
123125
};
124126

0 commit comments

Comments
 (0)