Skip to content

Handle session-level configuration#113

Merged
yangyansong-adbe merged 3 commits intoadobe:mediafrom
yangyansong-adbe:media_session_config
Nov 16, 2023
Merged

Handle session-level configuration#113
yangyansong-adbe merged 3 commits intoadobe:mediafrom
yangyansong-adbe:media_session_config

Conversation

@yangyansong-adbe
Copy link
Copy Markdown
Contributor

No description provided.

xdmData.xdm["mediaCollection"]["sessionDetails"]["playerName"] = m._configurationModule.getMediaPlayerName()
xdmData.xdm["mediaCollection"]["sessionDetails"]["channel"] = m._configurationModule.getMediaChannel()
xdmData.xdm["mediaCollection"]["sessionDetails"]["playerName"] = m._getPlayerName()
xdmData.xdm["mediaCollection"]["sessionDetails"]["channel"] = m._getChannelName()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can add the sessionConfig check directly here. Instead of adding helpers for all.

@yangyansong-adbe yangyansong-adbe marked this pull request as ready for review November 16, 2023 17:35
@yangyansong-adbe yangyansong-adbe merged commit 9990b18 into adobe:media Nov 16, 2023
@yangyansong-adbe yangyansong-adbe linked an issue Nov 16, 2023 that may be closed by this pull request
@yangyansong-adbe yangyansong-adbe deleted the media_session_config branch January 16, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support session level media configuration

2 participants