From 4466b20e7bf3d4a11571008ddd439df0bf4ab47d Mon Sep 17 00:00:00 2001
From: Fabien Lavocat <4154532+FabienLavocat@users.noreply.github.com>
Date: Tue, 25 Jun 2024 14:46:39 -0700
Subject: [PATCH] Set simulcast only when video track is available. Add audio
example.
---
example/README.md | 2 +-
example/audio.html | 185 ++++++++++++++++++
package-lock.json | 6 +-
package.json | 2 +-
packages/sdk-interactivity/package.json | 2 +-
.../sdk-interactivity/src/publishedSource.ts | 8 +-
6 files changed, 197 insertions(+), 8 deletions(-)
create mode 100644 example/audio.html
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 @@
+
+