diff --git a/src/WebRtc/Utils/WebRtcTransfer.php b/src/WebRtc/Utils/WebRtcTransfer.php index 6b1a0c9..80537b9 100644 --- a/src/WebRtc/Utils/WebRtcTransfer.php +++ b/src/WebRtc/Utils/WebRtcTransfer.php @@ -28,6 +28,6 @@ public static function generateTransferBxmlVerb($deviceToken, $voiceCallId, $sip * @return string $sipUri The SIP URI to transfer the call to */ $formattedCallId = substr(str_replace("-", "", $voiceCallId), 1); - return '' . $sipUri . ''; + return '' . $sipUri . ''; } }