Create instance for dynamic directory session and initialize it
Method used to end WebSocket dynamic directory serach
Method used to get directories
Agent id for which directories are fetched
start index for pagination
total records to be fetched
@example
getDirectories(1234,0,25)
This will get directories from 0 to 25 for agent id 1234
Method used to get all directory entries
Directory id for which we need to get metadata
Agent id for which directories are fetched
start index for pagination
total records to be fetched
@example
getDirectoryEntries('11eb3f87', '1124893d', 0, 25)
Method used to get Directory metadata
Directory id for which we need to get metadata
Agent id for which directories are fetched
Method used to connect the WebSocket
Method used to update subject with directory search response
Method is used to serach directories
-- pass the SearchDirectoriesRequest type object
@example --
const searchDirectoriesRequest:SearchDirectoriesRequest = \{
\{
"subscriptionId": "subscriptionId",
"searchString": "firstname lastname",
"realTimeUpdates": true/false,
"skip": 0,
"top": 50,
"directoryUUID": "directoryUUID"
"filter": \{
"partnerType": [
"Zoom"
],
"fieldType": [
"email"
]
\}
\}
\}
Use set the dom visibility
Use get the selected tab
Method used to connect the WebSocket
Generated using TypeDoc
This is the base class for Dynamic Directory