Skip to content

Release 3.1.0

Compare
Choose a tag to compare
@zxcpoiu zxcpoiu released this 15 Jan 11:11
· 13 commits to master since this release

release 3.1.0

  • remove unused import
  • cache lastVoipToken and return it when subsequently call to registerVoipToken on JS (will fire register event with the cached token immediately, note it may be empty if no token at all)

detailed in #80

Change Log

35a4fe0 readme: update doc for registerVoipToken will fire cached token ( zxcpoiu 2021-01-15 19:03:13 +0800)
bb5485b remove unused import ( zxcpoiu 2021-01-15 18:44:22 +0800)
3d1b675 cache lastVoipToken and return it when subsequently call to registerVoipToken ( zxcpoiu 2021-01-15 18:15:55 +0800)
ab54fd9 readme: update usage doc add some notes ( zxcpoiu 2020-12-08 16:16:07 +0800)