Skip to content

Commit e850ecf

Browse files
committed
feat(web): added "Call Placed" logging event
1 parent fb2be0e commit e850ecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/_internal/twilio_voice_web.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ class Call extends MethodChannelTwilioCall {
824824
nativeCall = await js_util.promiseToFuture(promise);
825825

826826
_attachCallEventListeners(_jsCall!);
827+
Logger.logLocalEvent("Call placed");
827828
} catch (e) {
828829
printDebug("Failed to place call: $e");
829830
return false;

0 commit comments

Comments
 (0)