Skip to content

Commit a88eeee

Browse files
committed
Minor refactor TVConnectionService
1 parent 2e7f321 commit a88eeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/kotlin/com/twilio/twilio_voice/service/TVConnectionService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ class TVConnectionService : ConnectionService() {
571571
val callSid = call.sid!!
572572

573573
// Resolve call parameters
574-
val callParams = TVCallParametersImpl(mStorage, connection.twilioCall!!, to, from, params)
574+
val callParams = TVCallParametersImpl(mStorage, call, to, from, params)
575575
connection.setCallParameters(callParams)
576576

577577
// If call is not attached, attach it

0 commit comments

Comments
 (0)