feat: detect when multi-device beta not joined

This commit is contained in:
Adhiraj Singh
2021-11-20 17:20:06 +05:30
parent 3d0704a317
commit d523bf8981
2 changed files with 7 additions and 1 deletions

View File

@@ -60,7 +60,8 @@ export enum DisconnectReason {
timedOut = 408,
loggedOut = 401,
badSession = 500,
restartRequired = 410
restartRequired = 410,
notJoinedBeta = 403
}
export type WAInitResponse = {