Skip to content

Commit 602ca3d

Browse files
committed
update README with excludeAdBreaksFromContentTime
1 parent ff31d65 commit 602ca3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ const mediaSession = new MediaSession(
6060
true, // Log Media Event Toggle (true/false)
6161
{
6262
"my_session_attribute": "My Session Attribute"
63-
} // (optional) Custom Session Attributes object used for each media event within the Media Session
63+
}, // (optional) Custom Session Attributes object used for each media event within the Media Session
64+
true // (optional) Exclude Ad breaks from media content time
6465
)
6566
6667
mediaSession.logMediaSessionStart();

0 commit comments

Comments
 (0)