TP-89230 | callid and dispose call
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user