getting basic call to backend for a token but it's messy as hellll!!!!

This commit is contained in:
talksik
2021-12-29 01:53:29 -08:00
parent 9bc6462f34
commit ba383dfdb0
6 changed files with 70 additions and 4 deletions
@@ -266,6 +266,9 @@ struct CircleGridView: View {
if self.authSessionStore.friendsArr.count > 0 {
scrollReaderValue.scrollTo(self.selectedFriendIndex)
}
// get this user's agora token
self.innerCircleVM.getAgoraToken()
}
} // scrollview reader
.fullScreenCover(isPresented: $showCall, content: {