- Small UI updates in the Direct Routing (preview) blade and configuration - no functionality changes.
- Ability to quickly create identities and tokens to use in samples and troubleshooting scenarios is now available through the portal.
- Extended features for Call, known as Call Features. Recording and Transcription features added to allow call recording and transcription.
- The properties
isRecordingActive
,isTranscriptionActive
and the eventsaddOnIsRecordingActiveChangedListener
,addOnIsTranscriptionActiveChangedListener
from the Call class are marked as DEPRECATED and will be removed from future releases.
- Silence suppression for Group Calls and Teams meeting interop scenarios is enabled.
- LocalVideoStream.switchSource(VideoDeviceInfo) will throw a
CallingCommunicationException
withCallingCommunicationErrors.LOCAL_VIDEO_STREAM_SWITCH_SOURCE_FAILURE
error code. - Memory leak Renderer View for LocalVideoStream.
- Joining a Teams call with an empty AudioOptions produces a crash. i.e using
setAudioOptions(new AudioOptions());
inJoinCallOptions
. - Fix for hangUp() while joining a Teams call and waiting in the lobby.
- Fix for receiving push notifications on multiple devices.
- ChatClient sets
applicationId
to be empty by default instead of using the bundle identifier
iOS SDK for Chat is now generally available. Check out the quickstart on how to use the SDK.
- Update message parameters updated to
update(message: String, parameters: UpdateChatMessageRequest)
EventHandler
renamed toTrouterEventHandler
- Removed
AddChatParticipantsRequest
,UpdateChatThreadRequest
,CommunicationIdentifierModel