Skip to content

1.7.2

Compare
Choose a tag to compare
@git-babel git-babel released this 08 Oct 16:45
· 43 commits to master since this release

1.7.2 (October 8, 2021 UTC)

  • Added push token registration APIs
    • Below methods are added in SendBirdCall
      • registerPushToken(pushToken: string, tokenType: TokenType): Promise<void>
      • unregisterPushToken(pushToken: string, tokenType: TokenType): Promise<void>
      • unregisterAllPushTokens(tokenType: TokenType): Promise<void>
    • Below enum is added in SendBirdCall
      • TokenType