@nabla/react-native-video-call
Advanced tools
Changelog
[1.1.3] - 2023-05-22
Changelog
[1.1.2] - 2023-05-11
clearCurrentUser
.0.51.2
. Fixes cache issue preventing the loading of older conversation messages.Changelog
[1.0.0-alpha15] - 2023-03-07
NablaClient.authenticate
is replaced by NablaClient.setCurrentUserOrThrow
and NablaClient.clearCurrentUser
. provideAuthTokens
is set during NablaClient.initialize
.1.0.0-alpha25
1.0.0-alpha33
Changelog
[1.0.0-alpha14] - 2023-02-22
Response
object returned by watchers. It contains metadata about the freshness of the data returned, allowing the caller to know if the data comes from cache or is fresh and if a background refresh is in progress.watchConversation
success callback is now called with a Response<Conversation>, NablaError>
.watchItemsOfConversation
success callback is now called with a Response<PaginatedList<ConversationItem>, NablaError>
.watchConversations
success callback is now called with a Response<PaginatedList<Conversation>> NablaError>
.createConversationWithMessage
not correctly setting providerIds on Android.1.0.0-alpha24
1.0.0-alpha32
Changelog
[1.0.0-alpha13] - 2023-01-30
onAppointmentSelected
property is available in NablaAppointmentListView
component and should be provided to redirect to the appointment detail screen (NablaSchedulingUI.navigateToAppointmentDetailScreen(appointmentId)
).
(This callback will only be used on iOS and the navigation will work as expected on Android)NablaSchedulingClient.openScheduleAppointmentScreen()
has been renamed to NablaSchedulingUI.navigateToScheduleAppointmentScreen()
in the NablaScheduling package.1.0.0-alpha22
1.0.0-alpha30