Allow starting a call from existing thread (#2630)

This commit is contained in:
Claudio Costa
2023-03-21 12:01:41 -06:00
committed by GitHub
parent c85a4497b6
commit 9570e030e7
4 changed files with 16 additions and 5 deletions

View File

@@ -3,14 +3,11 @@
export type CallsWidgetWindowConfig = {
callID: string;
title: string;
rootID: string;
channelURL: string;
}
export type CallsJoinCallMessage = {
callID: string;
title: string;
channelURL: string;
}
export type CallsJoinCallMessage = CallsWidgetWindowConfig;
export type CallsWidgetResizeMessage = {
element: string;