We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff31d65 commit 602ca3dCopy full SHA for 602ca3d
README.md
@@ -60,7 +60,8 @@ const mediaSession = new MediaSession(
60
true, // Log Media Event Toggle (true/false)
61
{
62
"my_session_attribute": "My Session Attribute"
63
- } // (optional) Custom Session Attributes object used for each media event within the Media Session
+ }, // (optional) Custom Session Attributes object used for each media event within the Media Session
64
+ true // (optional) Exclude Ad breaks from media content time
65
)
66
67
mediaSession.logMediaSessionStart();
0 commit comments