Reconfigure MediaSDK for two different video types.
Greetings.
I have a website that will have two different players on its main page. They are both being tracked with Adobe Analytics and both call upon the MediaSDK, providing a mediaConfig object with the tracking server, channel, appVersion, etc. However, the two different players have different playerName values in their mediaConfig objects. Because only one player loads first, the configuration including the playerName is set for the entire page. Configuring the SDK with the second player’s values returns an error from MediaSDK saying that it’s already been configured. So any and all analytics for both players are only being housed under the first video’s analytics values. Is there a way to set up a second MediaSDK instance or otherwise edit/reset the configuration if the second video player is active?