Skip to content

Commit ec3a00a

Browse files
committed
Update README.md
1 parent ba72b3e commit ec3a00a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
**Pathshare** is a realtime location sharing platform. For more information please visit the [Pathshare Developer Page](https://pathsha.re/professional/developers).
77

8+
<img src="/assets/ios-example-app.png" height="600">
9+
810
- [Requirements](#requirements)
911
- [Installation](#installation)
1012
- [Basic Usage](#basic-usage)
@@ -186,6 +188,10 @@ session.inviteUser("Customer name", UserType.CLIENT, "[email protected]", "+141
186188

187189
This call will create a customer user and return an invitation URL that can be sent to the customer using your preffered channel. The customer will then see the driver's location in realtime as well as the ETA in a white-labeled view with your corporate identity.
188190

191+
The customer will be able to enjoy the full realtime experience in the web browser of their smartphone:
192+
193+
<img src="/assets/web-view-customer.png" height="600">
194+
189195
### Leave Session
190196

191197
In order to stop sending user location and remove the user from the session, call the `leaveUser()` method:

assets/android-example-app.png

414 KB
Loading

assets/web-view-customer.png

1.52 MB
Loading

0 commit comments

Comments
 (0)