socket: potential fixes to the 66 id issues

This commit is contained in:
Rajeh Taher
2025-01-30 20:44:18 +02:00
parent 238b83ff0b
commit 40ebf669dd
4 changed files with 10 additions and 5 deletions

View File

@@ -66,7 +66,8 @@ export type SocketConfig = {
transactionOpts: TransactionCapabilityOptions
/** marks the client as online whenever the socket successfully connects */
markOnlineOnConnect: boolean
/** alphanumeric country code (USA -> US) for the number used */
countryCode: string
/** provide a cache to store media, so does not have to be re-uploaded */
mediaCache?: CacheStore
/**