Skip to content

Commit

Permalink
Merge pull request #181 from mohsen-jalali/fix_outgoing_call_foregrou…
Browse files Browse the repository at this point in the history
…nd_service

Fix #180 Audio Not Transmitting to Dialed Number in Twilio Call
  • Loading branch information
cybex-dev authored Oct 14, 2023
2 parents 2a3c1e7 + 506d351 commit b3afbb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,8 @@ class TVConnectionService : ConnectionService() {
// Apply extras
connection.extras = request.extras

startForegroundService()

return connection
}

Expand Down

0 comments on commit b3afbb6

Please sign in to comment.