You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix issue in APIView feedback (#796)
* Fix issue in APIView feedback
* Remove credential policy
* Make ChatError & AddChatParticipantsResult Immutable, add retryPolicy for builder
* Update addEventHandler to return listener id
* Add @throw annotations, make communicationTokenCredential mandatory in builder, put authorizationPolicy after retryPolicy in builder
* Fix unit test with mock android.util.Base64
* Add copyright
* fix comment & README.md
* Update mock class license
* Update signaling client initialization process
* Update ChatEvent getThreadId to getChatThreadId
* Update addEventHandler behavior
* Update release date