diff --git a/example/README.md b/example/README.md
index c68bf0e..0f0d350 100644
--- a/example/README.md
+++ b/example/README.md
@@ -1,6 +1,6 @@
# Dolby.io - Millicast Interactivity SDK - Example
-This [index.html](index.html) file in this folder contains a very basic example of application using the _Dolby Millicast Interactivity SDK_, to run a bi-directional conversation in between participants.
+This [index.html](index.html) file in this folder contains a very basic example of application using the _Dolby Millicast Interactivity SDK_, to run a bi-directional conversation in between participants. Use the [audio.html](audio.html) for an audio only experience.
To run the application, either upload it on a web server with SSL enabled (Only HTTPS is allowed for a Web RTC application to work) or run a local web server. Here is how to run it using Python:
diff --git a/example/audio.html b/example/audio.html
new file mode 100644
index 0000000..e691050
--- /dev/null
+++ b/example/audio.html
@@ -0,0 +1,185 @@
+
+