TP-89230 | callid and dispose call

This commit is contained in:
Mayank Singh
2024-11-25 08:20:03 +05:30
parent f7b9d5f518
commit 1bfdbc8d69

View File

@@ -43,9 +43,9 @@ class AmeyoAdapter implements IAdapter {
private isAgentAvailable: boolean;
const
_appendTags = () => {
_appendTags: () => void = () => {
// Helper function to create and append elements
function createElement(tag, attributes = {}, parent = document.body) {
function createElement(tag: string, attributes: GenericObject = {}, parent = document.body) {
const element = document.createElement(tag);
// Set attributes