Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
m-zagorski committed Dec 13, 2024
1 parent 6ab6e3d commit 07e01fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ internal class CallDataSource(
}

override suspend fun updateRecentlyEndedCallMetadata(recentlyEndedCallMetadata: RecentlyEndedCallMetadata) {
_recentlyEndedCallFlow.tryEmit(recentlyEndedCallMetadata)
_recentlyEndedCallFlow.emit(recentlyEndedCallMetadata)
}

private fun CallMetadata.mapCallMetadataToCall(conversationId: ConversationId): Call {
Expand Down

0 comments on commit 07e01fb

Please sign in to comment.