Skip to content

Commit 79a4081

Browse files
authored
Adds two user agent tokens for MediaStreamHandler and MediaSessionHandler (#15)
1 parent 07b2c65 commit 79a4081

File tree

1 file changed

+5
-0
lines changed
  • app/src/main/java/com/fivegmag/a5gmscommonlibrary/helpers

1 file changed

+5
-0
lines changed

app/src/main/java/com/fivegmag/a5gmscommonlibrary/helpers/Constants.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,9 @@ object SessionHandlerEvents {
4949
object ContentTypes {
5050
const val DASH = "application/dash+xml"
5151
const val HLS = "application/vnd.apple.mpegurl"
52+
}
53+
54+
object UserAgentTokens {
55+
const val FIVE_G_MS_REL_17_MEDIA_STREAM_HANDLER = "5GMSMediaStreamHandler/17"
56+
const val FIVE_G_MS_REL_17_MEDIA_SESSION_HANDLER = "5GMSMediaSessionHandler/17"
5257
}

0 commit comments

Comments
 (0)