Allow starting a call from existing thread (#2630)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user