To initialize the Flex SDK, simply call createClient with your SDK token:
import { createClient } from "@twilio/flex-sdk";// Initialize the clientconst client = await createClient("SDK_TOKEN"); Copy
import { createClient } from "@twilio/flex-sdk";// Initialize the clientconst client = await createClient("SDK_TOKEN");