We have a chat app, we are trying to integrate agora voice call feature, we are creating a channel and requesting token from our server using agoras token generator, after creating token we send it back to phone1 from our server then we start join channel in phone1 after that we send the token to phone2 using freebase, In phone 2 we receive token from firebase and run join channel method, but its not working, it says channel joined, but still no voice to hear from phone1
Please do guide us