Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-Veltmans committed Dec 20, 2024
1 parent d8e02a3 commit b23a1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conviva/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Using these configs you can create the Conviva connector with THEOplayer.

The Conviva connector is now ready to start a session once THEOplayer starts playing a source.

Note that the `convivaMetadata` provided to the `ConvivaConnector` constructor is primarily used to pass on to the Conviva SDK's `reportPlaybackRequested`. If a source is set to the player after initialisation the connector, you should always provide the corresponding metadata (again) through the connector's `setContentInfo` method.
Note that the `convivaMetadata` provided to the `ConvivaConnector` constructor is primarily used to pass on to the Conviva SDK's `reportPlaybackRequested`. If a source is set to the player after initializing the connector, you should always provide the corresponding metadata (again) through the connector's `setContentInfo` method.

```js
player.source = exampleSource;
Expand Down

0 comments on commit b23a1f5

Please sign in to comment.